unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: GNU Emacs 21.3.50 : Problem in (point-min)
Date: Thu, 26 Jun 2003 11:25:48 +0200	[thread overview]
Message-ID: <84adc5197n.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: 200306252001.h5PK1F0Z024543@hampton.math.ohio-state.edu

Markus Rost <rost@math.ohio-state.edu> 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	other threads:[~2003-06-26  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-25 20:01 GNU Emacs 21.3.50 : Problem in (point-min) Markus Rost
2003-06-26  9:25 ` Kai Großjohann [this message]
2003-06-26 14:02   ` Stephen J. Turnbull
2003-06-26 13:39 ` Benjamin Riefenstahl
  -- strict thread matches above, loose matches on Subject: below --
2003-06-23 10:35 Dhruva Krishnamurthy
2003-06-23 16:38 ` Benjamin Riefenstahl

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=84adc5197n.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).