From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Call speed-commands with prefix-arg? Date: Wed, 24 Sep 2014 00:11:31 +0200 Message-ID: <87lhpaxa0c.fsf@gmail.com> References: <87y4thtece.fsf@gmail.com> <87sijinrqb.fsf@gmail.com> <87r3z2xhia.fsf@gmail.com> <87h9zynjfo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWYJU-0000bl-Re for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 18:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWYJN-0003Ly-CR for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 18:12:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:39647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWYJN-0003KO-6F for emacs-orgmode@gnu.org; Tue, 23 Sep 2014 18:11:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWYJG-0003Tw-9g for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 00:11:46 +0200 Received: from e178059083.adsl.alicedsl.de ([85.178.59.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 00:11:46 +0200 Received: from tjolitz by e178059083.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 00:11:46 +0200 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: emacs-orgmode@gnu.org Aaron Ecay writes: > Hi Thorsten, > > 2014ko irailak 23an, Thorsten Jolitz-ek idatzi zuen: >> >> well, here is some positive feedback - thanks for tackling this! >> I tried to port this to outshine.el right away, but can't make it to >> work. But this might well be due to the fact that I'm on the console, no >> X11. >> >> When I do C-u 4 t (with t for todo in the outshine speed cmds) I simply >> get: >> >> ,---- >> | tttt;; ** DONE err >> `---- >> >> Since outshine-self-insert-command is a one-to-one copy of >> org-self-insert-command, I guess if the patch works for you, it must be >> a console problem that I have. Does your patch work for you on the >> console too? > > It seems to, yes. Can you test org mode (not outshine) in the console, > and verify that the original patch works for you there? If it doesn’t, > that needs to be resolved before the patch can be merged. I get 3 different results trying speed-command ':' with prefix: 1. in Org, when edebugging 'org-set-tags-command', C-u : and C-u 4 : both result in speed-command " " ,---- | Result: [32] | | Result: 1 (#o1, #x1, ?\C-a) | | Result: 0 (#o0, #x0, ?\C-@) | | Result: 32 (#o40, #x20, ? ) | | Result: " " | | Result: org-display-outline-path `---- 2. when not edebugging, C-u 4 : seems to work in both Org and Outshine -> "All tags realigned to column 0" 3. when doing C-u 4 t in outshine, with ,----[ C-h f outshine-todo RET ] | outshine-todo is an interactive Lisp function in `outshine.el'. | | It is bound to M-# M-t. | | (outshine-todo &optional ARG) | | Call outorg to trigger `org-todo'. `---- ,---- | User-defined Speed commands | =========================== | t outshine-todo `---- I get: ,---- | tttt;; * ELISP SCRATCH `---- strange ... -- cheers, Thorsten