unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard M Stallman <rms@gnu.org>
To: emacs-pretest-bug@gnu.org
Subject: bug#1727: 23.0.60; char syntax for non-breaking space
Date: Mon, 29 Dec 2008 05:23:31 -0500	[thread overview]
Message-ID: <E1LHFHX-0005n1-CQ@fencepost.gnu.org> (raw)


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

When I type C-x = at a non-breaking space, it tells me that it
has code 160, hex a0.  But when I execute (insert "\xa0"),
it inserts something that displays as `\240' and for which C-x =
displays this:

   Char:   (4194208, #o17777640, #x3fffa0, raw-byte) point=198 of 211 (93%) column=5

Is that a bug?  It seems quite confusing to me.
I am unable to figure out what I should write in Lisp code
to represent non-breaking space.  This isn't documented.

Perhaps \N should give non-breaking space.


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/home/rms/emacs-cvs/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.15 (mipsel-unknown-linux-gnu, GTK+ Version 2.12.11)
 of 2008-12-22 on lemote-yeeloong
configured using `configure  'CFLAGS=-O0 -g -Wno-pointer-sign' 'mipsel-unknown-linux-gnu' 'build_alias=mipsel-unknown-linux-gnu' 'host_alias=mipsel-unknown-linux-gnu' 'target_alias=mipsel-unknown-linux-gnu''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Mail

Minor modes in effect:
  gpm-mouse-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
SPC C-y C-x C-x " C-e " ESC b ESC b ESC f C-f C-f [ 
. ] C-e ) RET C-a C-u C-p ESC f ESC f ESC f ESC f ESC 
f ESC f C-f ESC f C-f C-x = C-x b RET C-x b RET C-a 
ESC : ESC p ESC f ESC f ESC f ESC f DEL DEL DEL x a 
0 C-e RET C-x C-g ESC : ESC p C-k C-y C-g C-x b * s 
c TAB RET C-n C-u C-y C-f ESC d ESC d ESC d i n s e 
r t C-e C-a C-k ESC : C-y RET C-h i m e m a c s ESC 
DEL e l i s p RET m t r i n g ESC DEL l i s p SPC d 
a t RET m s t r i n g SPC t y DEL DEL DEL TAB C-g C-v 
m e d i t ESC DEL p r o g r TAB RET C-u C-n C-u C-n 
C-u C-n C-n RET C-u C-u C-n C-u C-n C-u C-n C-n C-n 
RET C-v p SPC SPC SPC C-x b RET C-n ESC SPC DEL \ DEL 
C-x b P TAB RET C-p C-p C-p ESC b C-b C-b C-x = C-x 
b RET C-q 2 4 0 RET C-p C-e C-b C-b C-x = C-n C-a C-x 
= C-n ESC : ESC p C-g C-x 4 m e m a c s - d e ESC DEL 
ESC DEL e m a c s - o r e t e s t ESC b C-d o ESC x 
r e p o r t SPC e a DEL m n a c DEL DEL DEL a c s SPC 
TAB \ DEL RET

Recent messages:
Char:   (160, #o240, #xa0, file ...) point=1554 of 2188 (71%) column=39
1848 (#o3470, #x738)
Quit
Mark set
nil
Composing main Info directory...done
Quit
Char:   (160, #o240, #xa0, file ...) point=1628 of 2188 (74%) column=47
Char:   (4194208, #o17777640, #x3fffa0, raw-byte) point=198 of 201 (98%) column=5
Char:   (160, #o240, #xa0, file ...) point=201 of 201 (100%) column=0
Quit






             reply	other threads:[~2008-12-29 10:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-29 10:23 Richard M Stallman [this message]
2008-12-29 18:43 ` bug#1727: 23.0.60; char syntax for non-breaking space martin rudalics
2008-12-29 19:23 ` Eli Zaretskii
2008-12-30 22:26   ` Richard M Stallman
2009-01-02 14:35     ` Eli Zaretskii
2009-01-03 15:21       ` Richard M Stallman
2016-06-12 15:58 ` Noam Postavsky

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=E1LHFHX-0005n1-CQ@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=1727@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@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 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).