From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Bug: 22.1.50.1; eldoc-argument-case ignored Date: Thu, 23 Aug 2007 22:36:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187923005 25306 80.91.229.12 (24 Aug 2007 02:36:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Aug 2007 02:36:45 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Nikolaj Schumacher Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 24 04:36:43 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 1IOP2O-00064I-7T for ged-emacs-devel@m.gmane.org; Fri, 24 Aug 2007 04:36:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOP2N-0005At-Jo for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 22:36:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOP2K-0005AX-15 for emacs-devel@gnu.org; Thu, 23 Aug 2007 22:36:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOP2I-0005AL-L9 for emacs-devel@gnu.org; Thu, 23 Aug 2007 22:36:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOP2I-0005AI-Gd for emacs-devel@gnu.org; Thu, 23 Aug 2007 22:36:34 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOP2I-0007Eg-8Y for emacs-devel@gnu.org; Thu, 23 Aug 2007 22:36:34 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IOP2H-0007ih-Cs; Thu, 23 Aug 2007 22:36:33 -0400 X-Spook: SHA blackjack rail gun AIEWS Geraldton import Delta Force X-Ran: o]NQ{3o,V^U*dO|/AAcjH&\t.7?0!?{i;-}^u^ue)f?LU=:o3TuWw?jq# 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:77068 gmane.emacs.pretest.bugs:19609 Archived-At: Nikolaj Schumacher wrote: > As far as I can see, there's just a small issue. > `eldoc-argument-case' is called with these arguments: > "(foo" "bar" "baz)" > > It should probably be: > "foo" "bar" "baz" > for best backwards compatibility. Eh, it doesn't make any difference to the way the function was supposed to be used (changing case); and perhaps it's nicer to be able to format the () as well... > On a related issue, I strongly suggest making the highlighting face > customizable. Fine, applied (except face names should not end in -face).