* Auto-fill option
@ 2004-08-17 15:28 Michael Satterwhite
2004-08-17 17:00 ` Jesper Harder
0 siblings, 1 reply; 4+ messages in thread
From: Michael Satterwhite @ 2004-08-17 15:28 UTC (permalink / raw)
I've searched the web and found several people asking this, but no answers.
Auto-fill mode is incredibly annoying to me. Unfortunately, I can't find any
way to make it default to off. I've changed the option and used the "Save
Options" function, but it still comes up as auto-fill on.
I've added the following lines to my .emacs (and to .xemacs/init.el)
(setq default-major-mode 'text-mode)
(add-hook 'text-mode-hook 'turn-off-auto-fill)
and it still comes up with auto-fill on. There has got to be some
way to get this to default to off.
Would someone be so kind as to let me in on the secret?
tia
---Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Auto-fill option
2004-08-17 15:28 Auto-fill option Michael Satterwhite
@ 2004-08-17 17:00 ` Jesper Harder
2004-08-17 20:43 ` Michael Satterwhite
0 siblings, 1 reply; 4+ messages in thread
From: Jesper Harder @ 2004-08-17 17:00 UTC (permalink / raw)
Michael Satterwhite <satterwh.X$NO$S$PAM@weblore.com> writes:
> I've searched the web and found several people asking this, but no answers.
>
> Auto-fill mode is incredibly annoying to me. Unfortunately, I can't find any
> way to make it default to off.
The default *is* off. There must be something in one of your init
files which turns it on -- try:
emacs -q
and
emacs -q --no-site-file
to bypass your init files.
--
Jesper Harder <http://purl.org/harder/>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Auto-fill option
2004-08-17 17:00 ` Jesper Harder
@ 2004-08-17 20:43 ` Michael Satterwhite
2004-08-17 21:19 ` Jesper Harder
0 siblings, 1 reply; 4+ messages in thread
From: Michael Satterwhite @ 2004-08-17 20:43 UTC (permalink / raw)
Jesper Harder wrote:
> Michael Satterwhite <satterwh.X$NO$S$PAM@weblore.com> writes:
>
>> I've searched the web and found several people asking this, but no
>> answers.
>>
>> Auto-fill mode is incredibly annoying to me. Unfortunately, I can't find
>> any way to make it default to off.
>
> The default *is* off. There must be something in one of your init
> files which turns it on -- try:
>
> emacs -q
>
> and
>
> emacs -q --no-site-file
>
> to bypass your init files.
emacs -q starts it without the auto-fill. Question: I know of .emacs and
init.el. What other initialization files are there?
tia
---Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Auto-fill option
2004-08-17 20:43 ` Michael Satterwhite
@ 2004-08-17 21:19 ` Jesper Harder
0 siblings, 0 replies; 4+ messages in thread
From: Jesper Harder @ 2004-08-17 21:19 UTC (permalink / raw)
Michael Satterwhite <satterwh.X$NO$S$PAM@weblore.com> writes:
> emacs -q starts it without the auto-fill.
This means that the problem is in your ~/.emacs file or in default.el.
> Question: I know of .emacs and init.el.
init.el isn't used by Emacs, AFAIK.
> What other initialization files are there?
There's also site-start.el and default.el,
cf. <info://emacs/Init+File>.
--
Jesper Harder <http://purl.org/harder/>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-08-17 21:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-17 15:28 Auto-fill option Michael Satterwhite
2004-08-17 17:00 ` Jesper Harder
2004-08-17 20:43 ` Michael Satterwhite
2004-08-17 21:19 ` Jesper Harder
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.