all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Clément Pit--Claudel" <clement.pit@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: About column numbers
Date: Thu, 31 Mar 2016 18:44:38 +0200	[thread overview]
Message-ID: <56FD53F6.5090805@gmail.com> (raw)
In-Reply-To: <jwvbn5u6cnu.fsf-monnier+gmane.emacs.devel@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 693 bytes --]

On 03/31/2016 02:50 PM, Stefan Monnier wrote:
> (it would break some code, but most of it is already fundamentally
> broken because it should use `point-min` rather than hardcoding 1, so
> it's not *that* terrible).

Amusingly, always using (point-min) also leads to interesting bugs. For example, Proof General uses one large overlay to indicate which part of a buffer has been processed. When updated, that overlay is set to cover (point-min) to (end of last processed statement). Of course, when narrowing is in effect, this means that the overlay is made to start at the lowest narrowed point; then when the buffer is widened, you realize that the bounds of the overlay are wrong.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2016-03-31 16:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 22:33 About column numbers Angelo Graziosi
2016-03-30  5:43 ` psachin
2016-03-30 15:21 ` Eli Zaretskii
2016-03-30 17:28   ` Angelo Graziosi
2016-03-30 17:46     ` Drew Adams
2016-04-03 23:15       ` John Wiegley
2016-03-30 18:02     ` Yuri Khan
2016-03-30 18:18       ` Andreas Schwab
2016-03-30 18:37         ` Yuri Khan
2016-03-30 18:56           ` Andreas Schwab
2016-03-30 19:17             ` Yuri Khan
2016-03-31 12:50               ` Stefan Monnier
2016-03-31 16:44                 ` Clément Pit--Claudel [this message]
2016-03-31 21:39                   ` Stefan Monnier
2016-04-02 16:29                     ` Elias Mårtenson
2016-04-02 20:19                       ` Stefan Monnier

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=56FD53F6.5090805@gmail.com \
    --to=clement.pit@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.