Gnus development mailing list
 help / color / mirror / Atom feed
* message, auto-fill-mode and ^something: in the body
@ 2001-02-22 12:02 Pavel Janík ml.
  2001-02-22 12:36 ` Katsumi Yamaoka
  2001-02-22 12:47 ` Dave Love
  0 siblings, 2 replies; 7+ messages in thread
From: Pavel Janík ml. @ 2001-02-22 12:02 UTC (permalink / raw)
  Cc: ding

Hi,

I have auto-fill-mode turned on in message buffers. It works correctly.

However if I wrote the line which contains ':' after the word on the
beginning of the line, it is highlighted as a header and the line is not
filled-in as you can see here:

This_is_not_header: and this text is not filled-in but it should be because I have auto-fill-mode turned on by default.
-- 
Pavel Janík ml.
Pavel@Janik.cz
http://www.janik.cz



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

* Re: message, auto-fill-mode and ^something: in the body
  2001-02-22 12:02 message, auto-fill-mode and ^something: in the body Pavel Janík ml.
@ 2001-02-22 12:36 ` Katsumi Yamaoka
  2001-02-22 12:47 ` Dave Love
  1 sibling, 0 replies; 7+ messages in thread
From: Katsumi Yamaoka @ 2001-02-22 12:36 UTC (permalink / raw)
  Cc: emacs-pretest-bug

>>>>> In <m38zmzj581.fsf@SnowWhite.Janik.cz> 
>>>>>	Pavel@Janik.cz (Pavel Janík ml.) wrote:

> This_is_not_header: and this text is not filled-in but it should be because I have auto-fill-mode turned on by default.

Probably it's a feature.  You may invalidate it at your own risk
as such as follows:

M-x eval-expression
Eval: (setq auto-fill-inhibit-regexp nil)

Use with caution when you edit the header fields.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

* Re: message, auto-fill-mode and ^something: in the body
  2001-02-22 12:02 message, auto-fill-mode and ^something: in the body Pavel Janík ml.
  2001-02-22 12:36 ` Katsumi Yamaoka
@ 2001-02-22 12:47 ` Dave Love
  2001-02-23 16:39   ` Oystein Viggen
  1 sibling, 1 reply; 7+ messages in thread
From: Dave Love @ 2001-02-22 12:47 UTC (permalink / raw)
  Cc: emacs-pretest-bug, ding

See the buffer-local value of `auto-fill-inhibit-regexp'.  I think
this is set to prevent auto-filling in headers.  Presumably
`auto-fill-function' could be redefined to be more clever about this,
but it's probably not worth it to save the occasional M-q.





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

* Re: message, auto-fill-mode and ^something: in the body
  2001-02-22 12:47 ` Dave Love
@ 2001-02-23 16:39   ` Oystein Viggen
  2001-02-23 16:53     ` Paul Jarc
  0 siblings, 1 reply; 7+ messages in thread
From: Oystein Viggen @ 2001-02-23 16:39 UTC (permalink / raw)


Dave Love wrote: 

> `auto-fill-function' could be redefined to be more clever about this,
> but it's probably not worth it to save the occasional M-q.

What is M-q?  C-h k M-q shows nothing in my xemacs in auto-fill-mode.
It is possibly emacs specific? 

Oystein
-- 
This message was generated by a horde of attack elephants armed with PRNGs.



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

* Re: message, auto-fill-mode and ^something: in the body
  2001-02-23 16:39   ` Oystein Viggen
@ 2001-02-23 16:53     ` Paul Jarc
  2001-02-25 16:49       ` Oystein Viggen
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Jarc @ 2001-02-23 16:53 UTC (permalink / raw)
  Cc: ding

Oystein Viggen <oysteivi@tihlde.org> writes:
> Dave Love wrote: 
> > `auto-fill-function' could be redefined to be more clever about this,
> > but it's probably not worth it to save the occasional M-q.
> 
> What is M-q?  C-h k M-q shows nothing in my xemacs in auto-fill-mode.
> It is possibly emacs specific? 

It's message-fill-paragraph.  Were you in Message mode?


paul



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

* Re: message, auto-fill-mode and ^something: in the body
  2001-02-23 16:53     ` Paul Jarc
@ 2001-02-25 16:49       ` Oystein Viggen
  2001-02-25 17:06         ` ShengHuo ZHU
  0 siblings, 1 reply; 7+ messages in thread
From: Oystein Viggen @ 2001-02-25 16:49 UTC (permalink / raw)


Paul Jarc wrote: 

> It's message-fill-paragraph.  Were you in Message mode?

Apparently, I have a window manager problem.  When running gnuclient in
console, C-h k M-q tells me fill-paragraph-or-region (if writing this
posting counts as message mode, that is :)  

I probably need to work a bit on my afterstep "feel" file.  ;)

Oystein
-- 
When in doubt: Recompile.



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

* Re: message, auto-fill-mode and ^something: in the body
  2001-02-25 16:49       ` Oystein Viggen
@ 2001-02-25 17:06         ` ShengHuo ZHU
  0 siblings, 0 replies; 7+ messages in thread
From: ShengHuo ZHU @ 2001-02-25 17:06 UTC (permalink / raw)


Oystein Viggen <oysteivi@tihlde.org> writes:

> Paul Jarc wrote: 
> 
> > It's message-fill-paragraph.  Were you in Message mode?
> 
> Apparently, I have a window manager problem.  When running gnuclient in
> console, C-h k M-q tells me fill-paragraph-or-region (if writing this
> posting counts as message mode, that is :)  

It is probably right.  Binding M-q to message-fill-paragraph is new in
oGnus.

ShengHuo



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

end of thread, other threads:[~2001-02-25 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-22 12:02 message, auto-fill-mode and ^something: in the body Pavel Janík ml.
2001-02-22 12:36 ` Katsumi Yamaoka
2001-02-22 12:47 ` Dave Love
2001-02-23 16:39   ` Oystein Viggen
2001-02-23 16:53     ` Paul Jarc
2001-02-25 16:49       ` Oystein Viggen
2001-02-25 17:06         ` ShengHuo ZHU

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 NNTP newsgroup(s).