emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Fix iswitchb completion when virtual buffers are enabled
Date: Wed, 16 Sep 2009 21:36:53 +0100	[thread overview]
Message-ID: <C49B282F-49D8-40C3-B2A4-D3767A7E1C33@gmail.com> (raw)
In-Reply-To: <87ljke1zkc.fsf@thinkpad.tsdh.de>

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

  reply	other threads:[~2009-09-16 20:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16 19:04 [PATCH] Fix iswitchb completion when virtual buffers are enabled Tassilo Horn
2009-09-16 20:36 ` Carsten Dominik [this message]
2009-09-17  6:25   ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C49B282F-49D8-40C3-B2A4-D3767A7E1C33@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tassilo@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).