From: "Drew Adams" <drew.adams@oracle.com>
To: 6459@debbugs.gnu.org
Subject: bug#6459: 24.0.50; completions-format should not have a `nil' choice
Date: Fri, 18 Jun 2010 13:17:50 -0700 [thread overview]
Message-ID: <2BDC743ACF204E11B180A5EE11AC8B23@us.oracle.com> (raw)
This is the definition:
(defcustom completions-format nil
"Define the appearance and sorting of completions.
If the value is `vertical', display completions sorted vertically
in columns in the *Completions* buffer.
If the value is `horizontal' or nil, display completions sorted
horizontally in alphabetical order, rather than down the screen."
:type '(choice (const nil) (const horizontal) (const vertical))
:group 'minibuffer
:version "23.2")
There is no reason for the `nil' choice. Please remove it and make the
default value `horizontal'. Occam's razor (KISS) and clarity for users
argue for this.
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2010-06-14 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/xpm/include'
next reply other threads:[~2010-06-18 20:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-18 20:17 Drew Adams [this message]
2010-06-19 14:37 ` bug#6459: 24.0.50; completions-format should not have a `nil' choice Juri Linkov
2010-06-19 15:04 ` Lennart Borgman
2010-06-20 14:50 ` Drew Adams
2010-06-24 21:54 ` Juri Linkov
[not found] ` <8BEE1EFC8295492FA9737701B9F633FA@us.oracle.com>
[not found] ` <87hbksf3xh.fsf@mail.jurta.org>
2010-06-25 21:09 ` Drew Adams
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2BDC743ACF204E11B180A5EE11AC8B23@us.oracle.com \
--to=drew.adams@oracle.com \
--cc=6459@debbugs.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.