From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: elisp how to insert text at end of each line Date: Thu, 11 Apr 2013 13:01:00 +0200 Message-ID: <516697EC.90405@easy-emacs.de> References: <1365614909301-283410.post@n5.nabble.com> <87obdmxnhd.fsf@gmail.com> <1365675809309-283460.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365677983 6967 80.91.229.3 (11 Apr 2013 10:59:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2013 10:59:43 +0000 (UTC) To: "help-gnu-emacs@gnu.org List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 11 12:59:47 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UQFEI-0000mU-Qq for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 12:59:46 +0200 Original-Received: from localhost ([::1]:52612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQFEI-00076l-GZ for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Apr 2013 06:59:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQFDz-00074n-Jh for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 06:59:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQFDw-00041m-RZ for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 06:59:27 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:60358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQFDw-00041O-HY for help-gnu-emacs@gnu.org; Thu, 11 Apr 2013 06:59:24 -0400 Original-Received: from [192.168.178.21] (brln-4db9cae2.pool.mediaWays.net [77.185.202.226]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0Lxbep-1UfK2i0xT9-016eUN; Thu, 11 Apr 2013 12:59:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: <1365675809309-283460.post@n5.nabble.com> X-Provags-ID: V02:K0:IVK3ZR0AamcfVoMGbJp92gJA4XymYoEYOmAsRatFrES vTh7LXBLpyzH7l9UX9g97/H+k/MtuXTLDDk7XTDoaCqHpAc5tI gbjrP3fxYmh+IiCYs8MoTmwqasV8DCzGkTrSWZZXeVYwj2I0g/ taeIGwQsGe7Bf6KzrwAGDII/hAyJrou93+lQd7e+pLBEPf1aN9 jVpTqSu8r5axQWZnBlpKAWaWRamxW3ZsACN74qG5TNljGexwzi okSF2jzTIMQmNOd1rLcRQlg2eEUFY2YsmsLScBGANksxtmIOnj MtXiZSFnksddlg18ErnOXlXbO65yHDZ19zwkCF4Pckq7j/MbV2 4EBgxcKT5jQT+sDcxKThsj/eaQb79ivwRt9IMx4z/ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.126.186 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:90083 Archived-At: Am 11.04.2013 12:23, schrieb acomber: > That works, thanks. I implemented as a function which inserted literal text. > Interactively just do M-x query-replace-regexp RET $ RET YOUR-INSERT-TEXT RET Andreas