From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: \\[...] for a mouse-event command - should never show `M-x' Date: Sat, 23 May 2009 19:29:50 +0200 Message-ID: <877i07loc1.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243099814 29393 80.91.229.12 (23 May 2009 17:30:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 May 2009 17:30:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 23 19:30:07 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M7v2s-0002kC-To for ged-emacs-devel@m.gmane.org; Sat, 23 May 2009 19:30:07 +0200 Original-Received: from localhost ([127.0.0.1]:34061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7v2r-000647-87 for ged-emacs-devel@m.gmane.org; Sat, 23 May 2009 13:30:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7v2l-00061K-S4 for emacs-devel@gnu.org; Sat, 23 May 2009 13:29:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7v2g-00060O-2t for emacs-devel@gnu.org; Sat, 23 May 2009 13:29:58 -0400 Original-Received: from [199.232.76.173] (port=59829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7v2g-00060L-0k for emacs-devel@gnu.org; Sat, 23 May 2009 13:29:54 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:41686) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7v2f-0000Zm-HX for emacs-devel@gnu.org; Sat, 23 May 2009 13:29:53 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 0D6EA345A16; Sat, 23 May 2009 13:29:53 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Sat, 23 May 2009 13:29:53 -0400 X-Sasl-enc: bQwLnDaN7MnUbxa5BaTR2YHWemWYTFXzhH+QfO+D56fW 1243099792 Original-Received: from thinkpad.tsdh.de (dslb-088-077-150-161.pools.arcor-ip.net [88.77.150.161]) by mail.messagingengine.com (Postfix) with ESMTPA id 0A04D4DD06; Sat, 23 May 2009 13:29:51 -0400 (EDT) Mail-Copies-To: never In-Reply-To: (Drew Adams's message of "Sat, 23 May 2009 08:39:54 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111036 Archived-At: "Drew Adams" writes: Hi, > `C-h v mouse-buffer-menu-mode-mult': > > ,---- > | *Group the buffers by the major mode groups on ? > | This number which determines (in a hairy way) whether > | will split the buffer menu by the major modes (see > | `mouse-buffer-menu-mode-groups') or just by menu length. > | Set to 1 (or even 0!) if you want to group by major mode always, and to ^^^^^^^^^^^^^^ To a mathematician this is "one or even one", so I'd strip the exclamation mark. ;-) Bye, Tassilo