From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: defcustom for exec-path - is the type correct? Date: Thu, 07 Jul 2005 08:43:44 +0200 Message-ID: <42CCCF20.9040905@student.lu.se> References: <42CC555C.3060801@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120720874 16766 80.91.229.2 (7 Jul 2005 07:21:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 07:21:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 09:21:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqQgq-0004pO-4S for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 09:20:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqQiB-0002w9-Tx for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 03:22:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqQYN-0006QU-4c for emacs-devel@gnu.org; Thu, 07 Jul 2005 03:12:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqQYJ-0006Oa-Uz for emacs-devel@gnu.org; Thu, 07 Jul 2005 03:12:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqQWe-0005Lx-7C for emacs-devel@gnu.org; Thu, 07 Jul 2005 03:10:24 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqQDJ-0005PB-Pj; Thu, 07 Jul 2005 02:50:26 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E29002AA397; Thu, 7 Jul 2005 08:43:48 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: 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:40537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40537 Richard M. Stallman wrote: > I just did M-x customize-option RET exec-path RET. > > I think the type for exec-path looks wrong. What do you think? > >It looks right to me. > >When you report a problem, please describe what aspect of the >behavior you think is wrong. This is important so that we >don't have to just scratch our heads, wondering whether we >see the problem or not. > Oh, sorry, I thought it was easy to see. In the customize buffer there is a "Value Menu" for each part of exec-path. That looks wrong to me. Beside that the choices are "default" and "file". Whatever "default" mean I think "file" should be "directory". Or?