emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: menu system in recent Emacs?


From: Thien-Thi Nguyen
Subject: Re: menu system in recent Emacs?
Date: Thu, 03 May 2012 01:52:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

() Ted Zlatanov <address@hidden>
() Wed, 02 May 2012 17:34:38 -0400

   Also it's hard to insert explanatory text [...].
   Can that be done somehow?  I don't see a way.

You can include that text in the prompt, with newlines for readability.

(completing-read "Here are some choices:\n- A\t- B\n- C\t- D\nChoose one: "
                 '("A" "B" "C" "D"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]