From: storm@cua.dk (Kim F. Storm)
Cc: Klaus Zeitler <kzeitler@lucent.com>, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: [kzeitler@lucent.com: Cursor placement with mouse in long lines with wrapped tab]
Date: Thu, 30 Nov 2006 21:01:51 +0100 [thread overview]
Message-ID: <m3irgwu2j4.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <8764cwpxdf.fsf@stupidchicken.com> (Chong Yidong's message of "Thu\, 30 Nov 2006 14\:06\:52 -0500")
Chong Yidong <cyd@stupidchicken.com> writes:
> Please consider this patch instead (it won't interfere with other
> multi-glyph characters):
Looks ok to me.
>
> *** emacs/src/xdisp.c.~1.1130.~ 2006-11-26 16:47:55.000000000 -0500
> --- emacs/src/xdisp.c 2006-11-30 14:03:33.000000000 -0500
> ***************
> *** 6828,6834 ****
> break;
>
> case MOVE_LINE_CONTINUED:
> ! it->continuation_lines_width += it->current_x;
> break;
>
> default:
> --- 6828,6835 ----
> break;
>
> case MOVE_LINE_CONTINUED:
> ! it->continuation_lines_width +=
> ! (it->c == '\t') ? it->last_visible_x : it->current_x;
> break;
>
> default:
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
prev parent reply other threads:[~2006-11-30 20:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-30 3:20 [kzeitler@lucent.com: Cursor placement with mouse in long lines with wrapped tab] Richard Stallman
2006-11-30 18:33 ` Chong Yidong
2006-11-30 19:06 ` Chong Yidong
2006-11-30 20:01 ` Kim F. Storm [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=m3irgwu2j4.fsf@kfs-l.imdomain.dk \
--to=storm@cua.dk \
--cc=emacs-devel@gnu.org \
--cc=kzeitler@lucent.com \
--cc=rms@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.