all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how modify refill-mode to make sense for programming?
@ 2003-02-12  0:54 Christian Seberino
  2003-02-12  8:16 ` Kai Großjohann
  2003-02-12 16:09 ` Kevin Rodgers
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Seberino @ 2003-02-12  0:54 UTC (permalink / raw)


Refill mode is great because unlike auto-fill mode
it is IMPOSSIBLE to go beyond 80 columns.

This is great for EMAILS but...

When writing source code you
don't want Emacs to remote hard returns to
combine multiple lines into one.

How modify refill-mode so it is IMPOSSIBLE
to go beyond 80 columns such that it still
makes sense for program development??

chris

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

* Re: how modify refill-mode to make sense for programming?
  2003-02-12  0:54 how modify refill-mode to make sense for programming? Christian Seberino
@ 2003-02-12  8:16 ` Kai Großjohann
  2003-02-12 16:09 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2003-02-12  8:16 UTC (permalink / raw)


seberino@spawar.navy.mil (Christian Seberino) writes:

> How modify refill-mode so it is IMPOSSIBLE to go beyond 80 columns
> such that it still makes sense for program development??

There is also some mode or other that shows a line at 80 cols so that
it is easy to see when your lines are too long.  vvb-mode?  vvt-mode?
-- 
A turnip curses Elvis

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

* Re: how modify refill-mode to make sense for programming?
  2003-02-12  0:54 how modify refill-mode to make sense for programming? Christian Seberino
  2003-02-12  8:16 ` Kai Großjohann
@ 2003-02-12 16:09 ` Kevin Rodgers
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2003-02-12 16:09 UTC (permalink / raw)


Christian Seberino wrote:

> Refill mode is great because unlike auto-fill mode
> it is IMPOSSIBLE to go beyond 80 columns.
> 
> This is great for EMAILS but...
> 
> When writing source code you
> don't want Emacs to remote hard returns to
> combine multiple lines into one.
> 
> How modify refill-mode so it is IMPOSSIBLE
> to go beyond 80 columns such that it still
> makes sense for program development??

Isn't refill-mode a minor mode, and thus local to the buffer?  If so, then
don't turn it on in your program source buffers.

-- 
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;">Kevin Rodgers</a>

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

end of thread, other threads:[~2003-02-12 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-12  0:54 how modify refill-mode to make sense for programming? Christian Seberino
2003-02-12  8:16 ` Kai Großjohann
2003-02-12 16:09 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.