From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: eldoc hint for dolist is confusing Date: Fri, 23 Jan 2009 19:52:11 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232758446 27075 80.91.229.12 (24 Jan 2009 00:54:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2009 00:54:06 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Liang Wang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 24 01:55:19 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 1LQWno-00055G-9q for ged-emacs-devel@m.gmane.org; Sat, 24 Jan 2009 01:55:12 +0100 Original-Received: from localhost ([127.0.0.1]:33863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQWmW-000077-P6 for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2009 19:53:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQWmS-00006o-5F for emacs-devel@gnu.org; Fri, 23 Jan 2009 19:53:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQWmP-00006c-PK for emacs-devel@gnu.org; Fri, 23 Jan 2009 19:53:46 -0500 Original-Received: from [199.232.76.173] (port=51956 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQWmP-00006Y-Je for emacs-devel@gnu.org; Fri, 23 Jan 2009 19:53:45 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQWmP-0004qi-5m for emacs-devel@gnu.org; Fri, 23 Jan 2009 19:53:45 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LQWkt-0002vx-LE; Fri, 23 Jan 2009 19:52:11 -0500 X-Spook: CISU Becker Mahmoud Ahmadinejad LABLINK Leitrim Perl-RSA X-Ran: G49FFCogbT.bFxb4%QFm+`5(PXCl#Z9o5Y8GY>Qf!_Z.3BWhSHj.w3pL96XO.7%RBBjQ{. X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108173 Archived-At: Liang Wang wrote: > Eldoc hint for dolist in GNU Emacs 23.0.60 is > > dolist: VAR LIST RESULT BODY... > > It's confusing for me. > > I like the one in Emacs 22. It looks like: > > dolist: ((VAR LIST [RESULT]) BODY...) > > Is this change intentionally? Or a bug? It seems to be due to this? 2007-09-26 Juanma Barranquero * emacs-lisp/eldoc.el (eldoc-function-argstring-format): Deal with the case that special &keywords are at the beginning or end of the argument list. Also add some (incomplete) support for non-standard arglists.