emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Emacs 21.3.50 : Problem in (point-min)


From: Kai Großjohann
Subject: Re: GNU Emacs 21.3.50 : Problem in (point-min)
Date: Thu, 26 Jun 2003 11:25:48 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Markus Rost <address@hidden> writes:

> It happens for me also for other numbers.  I find it somewhat
> irritating to see in the minibuffer once in a while various characters
> from various international character sets.  It doesn't hurt much, but
> it doesn't look clean.  Buffer position 97 has nothing to do with
> character "a", so why showing "?a" in the minibuffer?

When Emacs prints the number, it doesn't know where it came from.  So
it just has to do what's possible.

(+ ?0 3) is probably meant to be the character ?3, so what about (+
48 3)?

Deciding when something is a character and when it isn't is
ai-complete.  Emacs is well on its way (M-x doctor RET), but just not
quite there, yet.
-- 
~/.signature





reply via email to

[Prev in Thread] Current Thread [Next in Thread]