From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Yanghui Bian" Newsgroups: gmane.emacs.help Subject: How to make the end not to the end of the line? Date: Mon, 3 Nov 2003 19:04:57 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <6A01730CB1AA1D4785F0586DE5E5617D175626@mx-dk1.dk.vitesse.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067884036 14713 80.91.224.253 (3 Nov 2003 18:27:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2003 18:27:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 03 19:27:14 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGjQ2-0007Mr-00 for ; Mon, 03 Nov 2003 19:27:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGjPm-0006ZI-EH for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2003 13:26:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGjHy-0002b1-L1 for help-gnu-emacs@gnu.org; Mon, 03 Nov 2003 13:18:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGjHR-0002M4-QM for help-gnu-emacs@gnu.org; Mon, 03 Nov 2003 13:18:52 -0500 Original-Received: from [207.218.73.212] (helo=mx-dk1.vsc.vitesse.com) by monty-python.gnu.org with smtp (Exim 4.24) id 1AGj4X-0007Gx-UF for help-gnu-emacs@gnu.org; Mon, 03 Nov 2003 13:05:02 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to make the end not to the end of the line? Thread-Index: AcOiNP2rBQdaM3UHROu2Pp9ex366Hg== Original-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13759 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13759 Hello, When in word wrapper mode, a long line is truncated by emacs.=20 The function of end-of-line make the cursor go to the end of the long = line instead of the position where the line is truncated.=20 Is there any elisp function available which have the cursor goes to the = end where the line is truncated?=20 Thanks. Yanghui Bian