From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Call speed-commands with prefix-arg? Date: Tue, 23 Sep 2014 18:36:29 -0400 Message-ID: <87bnq6nevm.fsf@gmail.com> References: <87y4thtece.fsf@gmail.com> <87sijinrqb.fsf@gmail.com> <87r3z2xhia.fsf@gmail.com> <87h9zynjfo.fsf@gmail.com> <87lhpaxa0c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWYhM-0007yc-V5 for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 18:36:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWYhI-0002Oz-NW for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 18:36:40 -0400 Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]:57073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWYhI-0002OV-Ha for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 18:36:36 -0400 Received: by mail-qa0-f42.google.com with SMTP id dc16so2372302qab.29 for ; Tue, 23 Sep 2014 15:36:31 -0700 (PDT) In-Reply-To: <87lhpaxa0c.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz , emacs-orgmode@gnu.org Hi Thorsten, 2014ko irailak 23an, Thorsten Jolitz-ek idatzi zuen: >=20 > I get 3 different results trying speed-command ':' with prefix: >=20 > 1. in Org, when edebugging 'org-set-tags-command', C-u : and C-u 4 : > both result in speed-command " " That=E2=80=99s because of the use of last-command-keys-vector, which will g= et overwritten in edebug (the =E2=80=9C =E2=80=9D is the space that you used t= o step through the function...) >=20 > ,---- > | Result: [32] > |=20 > | Result: 1 (#o1, #x1, ?\C-a) > |=20 > | Result: 0 (#o0, #x0, ?\C-@) > |=20 > | Result: 32 (#o40, #x20, ? ) > |=20 > | Result: " " > |=20 > | Result: org-display-outline-path > `---- >=20 > 2. when not edebugging, C-u 4 : seems to work in both Org and Outshine >=20 > -> "All tags realigned to column 0" Good. :) >=20 > 3. when doing C-u 4 t in outshine, with >=20 > ,----[ C-h f outshine-todo RET ] > | outshine-todo is an interactive Lisp function in `outshine.el'. > |=20 > | It is bound to M-# M-t. > |=20 > | (outshine-todo &optional ARG) > |=20 > | Call outorg to trigger `org-todo'. > `---- >=20 > ,---- > | User-defined Speed commands > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > | t outshine-todo > `---- >=20 > I get: >=20 > ,---- > | tttt;; * ELISP SCRATCH > `---- >=20 > strange ... Sounds like maybe the patch is not too well integrated into outshine. I get expected behavior under these conditions in org. --=20 Aaron Ecay PhD candidate, Linguistics University of Pennsylvania