Re: [Orgmode] [PATCH] Fix iswitchb completion when virtual buffers are enabled

2009-09-17 Thread Tassilo Horn
Carsten Dominik carsten.domi...@gmail.com writes:

 Applied, thanks.

But at least not committed or pushed.

 On Sep 16, 2009, at 8:04 PM, Tassilo Horn wrote:

 Hi Carsten,

 there's a typo in org.el which prevents deactivation of virtual buffers
 when the iswitchb completion is used in org.  Here's a patch.

 --8---cut here---start-8---
 diff --git a/lisp/org.el b/lisp/org.el
 index 4ef4a09..c364f1d 100644
 --- a/lisp/org.el
 +++ b/lisp/org.el
 @@ -7724,7 +7724,7 @@ Use TAB to complete link prefixes, then RET for
 type-specific completion support
   Use iswitch as a completing-read replacement to choose from choices.
 PROMPT is a string to prompt with.  CHOICES is a list of strings to choose
 from.
 -  (let* ((switchb-use-virtual-buffers nil)
 +  (let* ((iswitchb-use-virtual-buffers nil)
   (iswitchb-make-buflist-hook
(lambda ()
  (setq iswitchb-temp-buflist choices
 --8---cut here---end---8---

 Bye,
 Tassilo



 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [PATCH] Fix iswitchb completion when virtual buffers are enabled

2009-09-16 Thread Tassilo Horn
Hi Carsten,

there's a typo in org.el which prevents deactivation of virtual buffers
when the iswitchb completion is used in org.  Here's a patch.

--8---cut here---start-8---
diff --git a/lisp/org.el b/lisp/org.el
index 4ef4a09..c364f1d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7724,7 +7724,7 @@ Use TAB to complete link prefixes, then RET for 
type-specific completion support
   Use iswitch as a completing-read replacement to choose from choices.
 PROMPT is a string to prompt with.  CHOICES is a list of strings to choose
 from.
-  (let* ((switchb-use-virtual-buffers nil)
+  (let* ((iswitchb-use-virtual-buffers nil)
 (iswitchb-make-buflist-hook
  (lambda ()
(setq iswitchb-temp-buflist choices
--8---cut here---end---8---

Bye,
Tassilo



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [PATCH] Fix iswitchb completion when virtual buffers are enabled

2009-09-16 Thread Carsten Dominik

Applied, thanks.

- Carsten

On Sep 16, 2009, at 8:04 PM, Tassilo Horn wrote:


Hi Carsten,

there's a typo in org.el which prevents deactivation of virtual  
buffers

when the iswitchb completion is used in org.  Here's a patch.

--8---cut here---start-8---
diff --git a/lisp/org.el b/lisp/org.el
index 4ef4a09..c364f1d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7724,7 +7724,7 @@ Use TAB to complete link prefixes, then RET  
for type-specific completion support
  Use iswitch as a completing-read replacement to choose from  
choices.
PROMPT is a string to prompt with.  CHOICES is a list of strings to  
choose

from.
-  (let* ((switchb-use-virtual-buffers nil)
+  (let* ((iswitchb-use-virtual-buffers nil)
 (iswitchb-make-buflist-hook
  (lambda ()
(setq iswitchb-temp-buflist choices
--8---cut here---end---8---

Bye,
Tassilo



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode