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

Carsten Dominik <carsten.dominik@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

      reply	other threads:[~2009-09-17  6:25 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
2009-09-17  6:25   ` Tassilo Horn [this message]

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=87ws3y140o.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.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).