unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Auto-fill-mode bug: unbreakable space lost
@ 2005-03-22 20:08 Gaetan Leurent
  2005-03-22 20:29 ` Stefan Monnier
  0 siblings, 1 reply; 30+ messages in thread
From: Gaetan Leurent @ 2005-03-22 20:08 UTC (permalink / raw)


- Steps to reproduce with a recent CVS emacs:

start emacs -Q

switch some buffer to text-mode: M-x text-mode
activate auto-fill-mode: M-x auto-fill-mode

insert the following text:
blahblah blahblah blahblahblah blahblah blahblahblah blahblah blahblah blah
(note that the last space is an unbreakable one)

put the point before the unbreakable space, and insert a normal space

the unbreakable space disappears when the text warps (fill-column should
be 70)


- This behavior seems wrong to me: I think the unbreakable space should
be kept. Besides, it was kept in emacs 21.3.

- With a CVS version from 2005-02-21 with the multi-tty patch, emacs
even crashes after trying a couple of time in a Gnus buffer (but not in
a regular text-mode buffer). This no longer happens with a recent CVS,
but I suspect there is (or was) something really wrong somewhere.

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re: Auto-fill-mode bug: unbreakable space lost
@ 2005-04-03 18:56 EvilborisNet
  0 siblings, 0 replies; 30+ messages in thread
From: EvilborisNet @ 2005-04-03 18:56 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> wrote:

>    PS. By the way, should there be some documentation that describes C-x
>    8 commands, as a group [C-h k only responds to, say "C-x 8 ' a" with
>    the somewhat useless "á [translated from ...] runs
>    self-insert-command"]?
>
>I don't understand those words.
>
>If you mean you want a list of the various possible C-x 8 commands,
>you can get that with C-x 8 C-h.

Ooops. My apologies.  I did not realize that after a long list like this:

key             binding
---             -------

C-x 8 ~     Prefix Command
C-x 8 |     ¦
C-x 8 x     ×
C-x 8 m     µ
C-x 8 u     µ
C-x 8 o     °
C-x 8 c     ¢
C-x 8 `     Prefix Command
...

there is also a table for all the bindings of the form C-x 8 ~ XX then C-x 8 ` XX etc.  Come to think of it, I knew of this feature from using gnus, but have forgotten it.  Sorry.

--Boris

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Re: Auto-fill-mode bug: unbreakable space lost
@ 2005-04-04 19:05 Stefan Monnier
  2005-04-05  4:22 ` Richard Stallman
  0 siblings, 1 reply; 30+ messages in thread
From: Stefan Monnier @ 2005-04-04 19:05 UTC (permalink / raw)



Any objection against the patch below?
(if accepted, I'll also apply a similar patch to the other latin-N.el files)


        Stefan


--- latin-1.el	10 mar 2005 16:19:43 -0500	1.5
+++ latin-1.el	04 avr 2005 14:55:53 -0400	
@@ -40,7 +40,7 @@
        (if set-case-syntax-set-multibyte
 	   (- (make-char 'latin-iso8859-1) 128)
 	 0)))
-  (set-case-syntax 160 " " tbl)		;no-break space
+  (set-case-syntax 160 "." tbl)		;no-break space
   (set-case-syntax 161 "." tbl)		;inverted exclamation mark
   (set-case-syntax 162 "w" tbl)		;cent sign
   (set-case-syntax 163 "w" tbl)		;pound sign

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2005-04-05  4:22 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-22 20:08 Auto-fill-mode bug: unbreakable space lost Gaetan Leurent
2005-03-22 20:29 ` Stefan Monnier
2005-03-23  0:30   ` Kevin Rodgers
2005-03-23  0:44     ` David Kastrup
2005-03-23 13:34     ` Stefan
2005-03-23 19:19       ` Gaetan Leurent
2005-03-23 19:57         ` Stefan Monnier
2005-03-24 12:10           ` Gaetan Leurent
2005-03-24 13:52             ` Stefan
2005-03-24 14:05             ` Stefan
2005-03-24 21:33               ` Juri Linkov
2005-03-25 17:23                 ` Ehud Karni
2005-03-25 18:08                   ` Andreas Schwab
2005-03-25 18:22                   ` Stefan Monnier
2005-03-27  3:52                   ` Richard Stallman
2005-03-27  5:30                     ` Miles Bader
2005-03-28 16:25                       ` Richard Stallman
2005-03-28 18:45                       ` David Kastrup
2005-03-27  5:34                     ` Miles Bader
2005-03-28 16:25                       ` Richard Stallman
2005-03-28 20:52                         ` Miles Bader
2005-03-27 10:56                     ` Eli Zaretskii
2005-03-29  0:51                     ` Gaetan Leurent
2005-03-29 14:51                     ` Evil Boris
2005-03-29 15:55                       ` Gaetan Leurent
2005-03-30  0:04                       ` Richard Stallman
2005-03-26  2:17                 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2005-04-03 18:56 EvilborisNet
2005-04-04 19:05 Stefan Monnier
2005-04-05  4:22 ` Richard Stallman

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).