emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Typo in 'org-without-partial-completion'


From: David Maus
Subject: Re: [O] Typo in 'org-without-partial-completion'
Date: Sat, 02 Jul 2011 15:50:10 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Sat, 02 Jul 2011 11:26:59 +0200,
Bastien wrote:
>
> Hi David and Paul,
>
> David Maus <address@hidden> writes:
>
> > #+begin_src emacs-lisp
> >   (defmacro org-without-partial-completion (&rest body)
> >     `(when (and (boundp 'partial-completion-mode)
> >                 (fboundp 'partial-completion-mode))
> >        (unwind-protect
> >            (progn
> >              (partial-completion-mode -1)
> >              ,@body)
> >          (partial-completion-mode 1))))
> > #+end_src
>
> That's clearly better -- thanks for this.  I applied this change,
> thanks for this improvement!
>
> Paul, please let me know if things don't behave as expected.

da086f9606d1875b5270dd367d7f5326b7ed8e9a ;)

david > (sloppy-mode -1)

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpOe5eH_vR8K.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]