From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: use-file-dialog should not apply to mouse in *Completions*] Date: Mon, 03 Dec 2007 11:11:29 +0000 Message-ID: <4753E461.5020602@gnu.org> References: <4753AD13.9040400@swipnet.se> <4753CC43.1020107@gnu.org> <4753CE03.3030601@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196680344 7569 80.91.229.12 (3 Dec 2007 11:12:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 11:12:24 +0000 (UTC) Cc: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , rms@gnu.org, Drew Adams , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 12:12:33 2007 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 1Iz9E0-00027z-Hm for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 12:12:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz9Dh-0005jl-PI for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 06:12:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iz9De-0005jf-Px for emacs-devel@gnu.org; Mon, 03 Dec 2007 06:12:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iz9Dd-0005jT-VQ for emacs-devel@gnu.org; Mon, 03 Dec 2007 06:12:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz9Dd-0005jQ-Q2 for emacs-devel@gnu.org; Mon, 03 Dec 2007 06:12:09 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iz9DZ-0003xU-A4; Mon, 03 Dec 2007 06:12:05 -0500 Original-Received: from [192.168.249.28] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 5B38D5101D; Mon, 3 Dec 2007 11:12:04 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:84565 Archived-At: Andreas Schwab wrote: > Jason Rumney writes: > > >> DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, >> ! doc: /* *Non-nil means mouse commands use a file dialog to ask for >> ! files. This applies to commands from menus and tool bar buttons even >> > > The first line should always be a complete sentence. > It looks like I got caught out by autofill there. I didn't intend to change that line.