From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: delete-trailing-whitespace delete non-whitespace characters!! Date: Mon, 10 Apr 2006 17:03:30 -0600 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144710296 9830 80.91.229.2 (10 Apr 2006 23:04:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Apr 2006 23:04:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 11 01:04:55 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FT5R9-0003HF-Oo for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Apr 2006 01:04:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FT5R9-00006M-8u for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Apr 2006 19:04:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FT5R5-00006E-Fr for bug-gnu-emacs@gnu.org; Mon, 10 Apr 2006 19:04:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FT5R3-00005m-UI for bug-gnu-emacs@gnu.org; Mon, 10 Apr 2006 19:04:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FT5R3-00005j-R6 for bug-gnu-emacs@gnu.org; Mon, 10 Apr 2006 19:04:41 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FT5Vn-0001vy-DV for bug-gnu-emacs@gnu.org; Mon, 10 Apr 2006 19:09:35 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FT5Qn-0003CJ-Ei for bug-gnu-emacs@gnu.org; Tue, 11 Apr 2006 01:04:26 +0200 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Apr 2006 01:04:25 +0200 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Apr 2006 01:04:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15032 Archived-At: Thomas H. Kittelmann wrote: > In GNU Emacs 21.4.2 (i386-mandrake-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2005-04-28 on n4.mandrakesoft.com, modified by Mandrake > configured using `configure --prefix=/usr --libexecdir=/usr/lib > --sharedstatedir=/var --with-gcc --with-pop --mandir=/usr/share/man > --infodir=/usr/share/info --with-x-toolkit i386-mandrake-linux > --libdir=/usr/lib' > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: en_US > value of $LC_CTYPE: en_US > value of $LC_MESSAGES: en_US > value of $LC_MONETARY: da_DK > value of $LC_NUMERIC: da_DK > value of $LC_TIME: en_US > value of $LANG: en_US > locale-coding-system: iso-latin-1 > default-enable-multibyte-characters: nil > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > In my (latex with auctex mode) file I have tilde (~) characters at the > end of lines. M-x delete-trailing-whitespace removes these along with > the whitespace. If you move point before a tilde and type `C-u C-x =', what syntax has been assigned to it? -- Kevin Rodgers