From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: Re: goto-line (+ 75455 3521) Date: Sun, 07 May 2006 12:50:23 +0200 Message-ID: <87psiqun0w.fsf@hans.local.net> References: <87y7xe7ic7.fsf@localhost.localdomain> <87zmhu1n1h.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147069309 16375 80.91.229.2 (8 May 2006 06:21:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 May 2006 06:21:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 08 08:21:46 2006 Return-path: Envelope-to: geh-help-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 1Fcz7o-000339-HG for geh-help-gnu-emacs@m.gmane.org; Mon, 08 May 2006 08:21:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fcz7o-00085O-0j for geh-help-gnu-emacs@m.gmane.org; Mon, 08 May 2006 02:21:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fcz7a-00084h-Nc for help-gnu-emacs@gnu.org; Mon, 08 May 2006 02:21:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fcz7Y-00084V-Vt for help-gnu-emacs@gnu.org; Mon, 08 May 2006 02:21:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fcz7Y-00084S-QB for help-gnu-emacs@gnu.org; Mon, 08 May 2006 02:21:28 -0400 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fcz8K-0006Br-OB for help-gnu-emacs@gnu.org; Mon, 08 May 2006 02:22:17 -0400 Original-Received: from [84.167.38.213] (helo=duenenhof-wilhelm.de) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1Fcz7W3x3u-0006oD; Mon, 08 May 2006 08:21:27 +0200 Original-Received: by duenenhof-wilhelm.de (Postfix, from userid 1000) id F2F892DFBF; Sun, 7 May 2006 12:50:23 +0200 (CEST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <87zmhu1n1h.fsf-monnier+gnu.emacs.help@gnu.org> (Stefan Monnier's message of "Sun, 07 May 2006 00:23:23 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:d7ab225b98a136e1c2910381f940ecb9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34897 Archived-At: Stefan Monnier writes: >> how can this be done? >> M-x goto-line RET (+ 345431 (+ 4535 3452)) > > M-: (goto-line (+ 345431 (+ 4535 3452))) RET I can't imagine why on wouldn't do the following instead: M-: (goto-line (+ 345431 4535 3452)) RET Thanks -- Best wishes Dieter Wilhelm