* about buffer local variables
@ 2004-08-15 15:53 Abishek K
2004-08-15 16:28 ` Abishek K
0 siblings, 1 reply; 3+ messages in thread
From: Abishek K @ 2004-08-15 15:53 UTC (permalink / raw)
i tried to set the variable fill-column in my .emacs file using
(set-fill-column 120)
how ever there was no effect and the documentation says that
fill-column is buffer local.
and so, shows a global value of the default 70.
how do i change this?
i'd like to make fill-column globally 120.
bye
abi
--
"The truth is out there" -Xfiles
------------------------------------------------------------------------------------------
As far as the laws of mathematics refer to reality, they are not
certain, and as far as they are certain, they do not refer to reality.
-- Albert Einstein (1879-1955)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: about buffer local variables
2004-08-15 15:53 about buffer local variables Abishek K
@ 2004-08-15 16:28 ` Abishek K
0 siblings, 0 replies; 3+ messages in thread
From: Abishek K @ 2004-08-15 16:28 UTC (permalink / raw)
hi,
i found this construct and it is working
(setq-default fill-column 120)
sorry for disturbing
bye
abi
On Sun, 15 Aug 2004 21:23:03 +0530, Abishek K <abishekk@gmail.com> wrote:
> i tried to set the variable fill-column in my .emacs file using
> (set-fill-column 120)
> how ever there was no effect and the documentation says that
> fill-column is buffer local.
> and so, shows a global value of the default 70.
> how do i change this?
> i'd like to make fill-column globally 120.
> bye
> abi
>
>
> --
> "The truth is out there" -Xfiles
> ------------------------------------------------------------------------------------------
> As far as the laws of mathematics refer to reality, they are not
> certain, and as far as they are certain, they do not refer to reality.
> -- Albert Einstein (1879-1955)
>
--
"The truth is out there" -Xfiles
------------------------------------------------------------------------------------------
As far as the laws of mathematics refer to reality, they are not
certain, and as far as they are certain, they do not refer to reality.
-- Albert Einstein (1879-1955)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: about buffer local variables
[not found] <mailman.1407.1092663872.2011.help-gnu-emacs@gnu.org>
@ 2004-08-16 15:27 ` Miguel Frasson
0 siblings, 0 replies; 3+ messages in thread
From: Miguel Frasson @ 2004-08-16 15:27 UTC (permalink / raw)
Abishek K <abishekk@gmail.com> writes:
> i tried to set the variable fill-column in my .emacs file using
> (set-fill-column 120)
> how ever there was no effect and the documentation says that
> fill-column is buffer local.
> and so, shows a global value of the default 70.
> how do i change this?
> i'd like to make fill-column globally 120.
> bye
> abi
Customize it
M-x customize-variable RET fill-column RET
--
Miguel Vinicius Santini Frasson
http://www.math.leidenuniv.nl/~frasson
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-16 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15 15:53 about buffer local variables Abishek K
2004-08-15 16:28 ` Abishek K
[not found] <mailman.1407.1092663872.2011.help-gnu-emacs@gnu.org>
2004-08-16 15:27 ` Miguel Frasson
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.