From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: visiting certain .c file adds to kill ring Date: Sun, 22 Apr 2007 12:37:13 +0200 Message-ID: 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 1177238275 19915 80.91.229.12 (22 Apr 2007 10:37:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2007 10:37:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 22 12:37:44 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 1HfZRs-00073E-Ld for ged-emacs-devel@m.gmane.org; Sun, 22 Apr 2007 12:37:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfZX9-00031g-Gd for ged-emacs-devel@m.gmane.org; Sun, 22 Apr 2007 06:43:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfZX5-00031T-Qh for emacs-devel@gnu.org; Sun, 22 Apr 2007 06:43:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfZX4-000311-CS for emacs-devel@gnu.org; Sun, 22 Apr 2007 06:43:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfZX4-00030v-8Z for emacs-devel@gnu.org; Sun, 22 Apr 2007 06:43:02 -0400 Original-Received: from pfepa.post.tele.dk ([195.41.46.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HfZRl-0003rI-BO; Sun, 22 Apr 2007 06:37:33 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx19.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id 48D37FAC01B; Sun, 22 Apr 2007 12:37:32 +0200 (CEST) In-Reply-To: (Richard Stallman's message of "Sat\, 21 Apr 2007 14\:25\:05 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.98 (gnu/linux) X-detected-kernel: 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:69785 Archived-At: Richard Stallman writes: > 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 ido.el -- Kim F. Storm http://www.cua.dk