From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Free cursor positioning. Date: Fri, 5 Aug 2011 15:51:17 -0700 Message-ID: <3F014E0BBE6D41E980E525DFF915DC0B@us.oracle.com> References: <201108052115.19994.vvmarko@gmail.com> <87sjpfv5lc.fsf@micropit.couberia.bzh> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312584702 26144 80.91.229.12 (5 Aug 2011 22:51:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Aug 2011 22:51:42 +0000 (UTC) To: "=?iso-8859-1?Q?'Peter_=22M=FCnster=22'?=" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 06 00:51:38 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QpTEv-00074v-QL for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Aug 2011 00:51:38 +0200 Original-Received: from localhost ([::1]:44636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpTEv-0006JM-Bk for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Aug 2011 18:51:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpTEq-0006J2-A7 for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 18:51:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpTEp-00039b-Bi for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 18:51:32 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:53019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpTEp-00039X-39 for help-gnu-emacs@gnu.org; Fri, 05 Aug 2011 18:51:31 -0400 Original-Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p75MpQ0Z017283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Aug 2011 22:51:28 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p75MpPMG023105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Aug 2011 22:51:25 GMT Original-Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p75MpK5Q007327; Fri, 5 Aug 2011 17:51:20 -0500 Original-Received: from dradamslap1 (/10.159.51.236) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 05 Aug 2011 15:51:19 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87sjpfv5lc.fsf@micropit.couberia.bzh> Thread-Index: AcxTwa8yMnN6+edUQiijkGiQX9xOwgAADPeg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090209.4E3C73F0.00A1,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81902 Archived-At: > Perhaps picture-mode as already stated. > > > Then, when saving the file, automatically trim trailing > > spaces of each line. > > (add-hook 'before-save-hook 'whitespace-cleanup) Picture mode automatically trims trailing whitespace. This is in fact an old Emacs cliche to remove trailing whitespace from any buffer: `M-x picture-mode RET C-c C-c'