From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.devel Subject: Re: The minibuffer vs. Dialog Boxes (Re: Making XEmacs be more up-to-date) Date: Sun, 21 Apr 2002 07:57:34 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <7263-Sat20Apr2002145929+0300-eliz@is.elta.co.il> <87elh9obgz.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019368825 2678 127.0.0.1 (21 Apr 2002 06:00:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 21 Apr 2002 06:00:25 +0000 (UTC) Cc: Eli Zaretskii , jas@extundo.com, link@pobox.com, bradym@balestra.org, xemacs-design@xemacs.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zAOf-0000h5-00 for ; Sun, 21 Apr 2002 08:00:25 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zAOk-0005Nw-00 for ; Sun, 21 Apr 2002 08:00:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zAOT-0003Cd-00; Sun, 21 Apr 2002 02:00:13 -0400 Original-Received: from dragon.arsdigita.de ([212.84.246.66] helo=florida.arsdigita.de) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zALx-00037L-00; Sun, 21 Apr 2002 01:57:37 -0400 Original-Received: from hniksic by florida.arsdigita.de with local (Exim 3.35 #1 (Debian)) id 16zALu-0001pC-00; Sun, 21 Apr 2002 07:57:34 +0200 Original-To: Miles Bader X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h (Miles Bader's message of "21 Apr 2002 14:41:00 +0900") Original-Lines: 21 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i686-pc-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2912 Miles Bader writes: > I think for the Buffer-menu case, it would be enough to add the > usual `Switch to Buffer' command as a special entry. If, for > instance the menu looked like this: > > +-------------------------------+ > |Buffer 1 | > |Buffer 2 | > |... | > |-------------------------------| > |Select Named Buffer (C-x b) | > |List All Buffers (C-x C-b)| > +-------------------------------+ > > Then users would figure it out. Currently emacs has the `List All > Buffers' command in the Buffers menu, but not `Select Named Buffer' > (I don't know about xemacs). XEmacs already has these commands in the menu, so apparently something else is required.