all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Manheimer <ken.manheimer@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: move-beginning-of-line misbehaves on wrapped-line invisible text - recent cvs checkout
Date: Tue, 31 Jan 2006 14:10:42 -0500	[thread overview]
Message-ID: <2cd46e7f0601311110q60675080k3d48a47cbd8d31f@mail.gmail.com> (raw)
In-Reply-To: <E1F3e2g-0004RI-MJ@fencepost.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1143 bytes --]

this works for me.  it's different from the one that Lőrentey Károly
sent, in response to my patch, which he asserts also provides properly
for field boundaries, and which also works for me.

ken
ken.manheimer@gmail.com

On 1/30/06, Richard M. Stallman <rms@gnu.org> wrote:
> For the current version of simple.el, is this the change that is needed?
>
> *** simple.el   23 Jan 2006 11:48:39 -0500      1.787
> --- simple.el   30 Jan 2006 13:23:53 -0500
> ***************
> *** 3743,3749 ****
>       ;; Move to beginning-of-line, ignoring fields and invisibles.
>       (skip-chars-backward "^\n")
>       (while (and (not (bobp)) (line-move-invisible-p (1- (point))))
> !       (goto-char (previous-char-property-change (1- (point))))
>         (skip-chars-backward "^\n"))
>
>       ;; Take care of fields.
> --- 3743,3749 ----
>       ;; Move to beginning-of-line, ignoring fields and invisibles.
>       (skip-chars-backward "^\n")
>       (while (and (not (bobp)) (line-move-invisible-p (1- (point))))
> !       (goto-char (previous-char-property-change (point)))
>         (skip-chars-backward "^\n"))
>
>       ;; Take care of fields.
>

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

      reply	other threads:[~2006-01-31 19:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-13  0:12 move-beginning-of-line misbehaves on wrapped-line invisible text - recent cvs checkout Ken Manheimer
2006-01-19 17:45 ` Richard M. Stallman
2006-01-22 16:12   ` Ken Manheimer
2006-01-23 18:17     ` Ken Manheimer
2006-01-23 20:47       ` Ken Manheimer
2006-01-26  3:28         ` Lőrentey Károly
2006-01-27  0:19           ` Ken Manheimer
2006-01-30 18:46         ` Richard M. Stallman
2006-01-31 19:10           ` Ken Manheimer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2cd46e7f0601311110q60675080k3d48a47cbd8d31f@mail.gmail.com \
    --to=ken.manheimer@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.