From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: iswitchb is deprecated
Date: Tue, 23 Dec 2014 11:54:53 +0100 [thread overview]
Message-ID: <874msmzldu.fsf@gmx.us> (raw)
In-Reply-To: m2zjaedb72.fsf@damtp.cam.ac.uk
Hi Stephen,
Thanks for your comment.
Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> writes:
> Since Emacs 24.4, iswitchb is marked as obsolete:
>
> --------------------------------------------------
> This function is obsolete since 24.4;
> use `icomplete-mode' or `ido-mode' instead.
> --------------------------------------------------
>
> Do people use `org-iswitchb' much? If so, it might be time to get it to
> default to ido or icomplete.
First, there's already the variable org-completion-use-ido which also
affects org-switchb. Second, I don't know if there's a point in
/removing/ the support for org-completion-use-iswitchb. E.g. Debian still
has an old version of Emacs.
What you could do is make ido the default backend, especially if
icomplete-mode is obsolete. E.g. in org-switchb you would edit this
statement to default to ido, preferably only if icomplete is obsolete:
(unless (or org-completion-use-ido org-completion-use-iswitchb)
(setq org-completion-use-iswitchb t))
You could also update the docstring of `org-completion-use-iswitchb'.
See http://orgmode.org/worg/org-contribute.html for the details.
Cheers,
Rasmus
--
However beautiful the theory, you should occasionally look at the evidence
prev parent reply other threads:[~2014-12-23 10:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-23 8:22 iswitchb is deprecated Stephen Eglen
2014-12-23 10:54 ` Rasmus [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=874msmzldu.fsf@gmx.us \
--to=rasmus@gmx.us \
--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).