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: Fixing numerous `message' bugs.. Date: Thu, 06 Dec 2007 14:26:25 -0500 Message-ID: <6prxj7hge.fsf@fencepost.gnu.org> References: <87myso8yrs.fsf@marie.gnufans.net> <85sl2gqeg6.fsf@lola.goethe.zz> <87ve7b6gbe.fsf@marie.gnufans.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196969212 26214 80.91.229.12 (6 Dec 2007 19:26:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 19:26:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dave Goel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 06 20:27:01 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 1J0MMz-0003NP-Mq for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 20:26:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0MMi-0007mm-Mx for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 14:26:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0MMe-0007if-7U for emacs-devel@gnu.org; Thu, 06 Dec 2007 14:26:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0MMc-0007eh-MU for emacs-devel@gnu.org; Thu, 06 Dec 2007 14:26:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0MMc-0007eO-Co for emacs-devel@gnu.org; Thu, 06 Dec 2007 14:26:26 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J0MMc-0000ch-9Q for emacs-devel@gnu.org; Thu, 06 Dec 2007 14:26:26 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J0MMb-0001WZ-Lc; Thu, 06 Dec 2007 14:26:25 -0500 X-Spook: bank SCUD missile FTS2000 Kosovo ARPA Bosnia lock picking X-Ran: LDlvFR/rwkO-f]>l6Mk1;grVCcW.*Sk3R&%PxhrX`*,V#]KpP<-s$r{/fuP*WAW!)](<0$ X-Hue: green X-Attribution: GM In-Reply-To: <87ve7b6gbe.fsf@marie.gnufans.net> (Dave Goel's message of "Thu, 06 Dec 2007 09:36:21 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: 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:84804 Archived-At: Some mistakes in these changes are revealed by bootstrapping: Compiling /scratch/gmorris/emacs/cvs/trunk/lisp/./ibuffer.el In ibuffer-current-buffer: ibuffer.el:1395:115:Warning: `error' called with 2 args to fill 1 format field(s) Compiling /scratch/gmorris/emacs/cvs/trunk/lisp/./vc.el In vc-update: vc.el:2626:15:Warning: `error' called with 2 args to fill 1 format field(s) Compiling /scratch/gmorris/emacs/cvs/trunk/lisp/./gnus/gnus-start.el In gnus-load: gnus-start.el:2392:14:Warning: malformed let binding: `(error "Error in %s line %d" file (count-lines (point-min (point))))' Also, a changelog entry that starts: 2007-12-06 D. Goel * textmodes/reftex.el (reftex-TeX-master-file): Ditto. is not very informative, IMO, when reading top-to-bottom. I would say these should look like: 2007-12-06 D. Goel * textmodes/reftex.el (reftex-TeX-master-file): * textmodes/org.el (org-paste-subtree): [...] * allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'.