From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: visiting certain .c file adds to kill ring Date: 21 Apr 2007 22:09:29 +0200 Message-ID: <20070421212950.GA4828@muc.de> References: <87irbqtxbu.fsf@zip.com.au> <4629E4A6.1050105@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177186183 29215 80.91.229.12 (21 Apr 2007 20:09:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2007 20:09:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 21 22:09:37 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 1HfLtp-00017t-3J for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2007 22:09:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfLz1-00013i-Px for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2007 16:14:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfLyz-00013T-AK for emacs-devel@gnu.org; Sat, 21 Apr 2007 16:14:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfLyx-00013G-R4 for emacs-devel@gnu.org; Sat, 21 Apr 2007 16:14:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfLyx-00013D-Od for emacs-devel@gnu.org; Sat, 21 Apr 2007 16:14:55 -0400 Original-Received: from colin.muc.de ([193.149.48.1] helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HfLtk-0001yu-42 for emacs-devel@gnu.org; Sat, 21 Apr 2007 16:09:32 -0400 Original-Received: (qmail 11772 invoked by uid 3782); 21 Apr 2007 20:09:29 -0000 Original-Received: from acm.muc.de (p54A3F2A4.dip.t-dialin.net [84.163.242.164]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Sat, 21 Apr 2007 22:09:26 +0200 Original-Received: (qmail 4892 invoked by uid 1000); 21 Apr 2007 21:29:50 -0000 Original-Date: Sat, 21 Apr 2007 22:29:50 +0100 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-kernel: FreeBSD 4.6-4.9 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:69747 Archived-At: Hi, Richard! On Sat, Apr 21, 2007 at 02:25:05PM -0400, Richard Stallman wrote: > Here are other incorrect uses of kill-* functions in lisp/progmodes: > > cc-cmds.el:859: (kill-region (progn (forward-line 0) (point)) > perl-mode.el:653: (kill-region (point) eol)) > > And there's a bunch of suspicious kill-line/kill-word/kill-region in > mantemp.el and vhdl-mode.el. > Please fix these erroneous calls to kill-line and so on. I've fixed cc-cmds.el. -- Alan.