all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Eliminate font lock mode
@ 2008-10-27  7:55 Mauricio
  2008-10-27 13:23 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Mauricio @ 2008-10-27  7:55 UTC (permalink / raw
  To: help-gnu-emacs

Hi,

I don't like font lock mode that much (contrary
to most people, I know...)

Is it possible turn off font-lock once and for
all, in such a way that I could not get it even
if I want to? (i.e., even if some new mode I
use tries to set font-lock on, it could no do
it?)

Thanks,
Maurício





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

* Re: Eliminate font lock mode
  2008-10-27  7:55 Mauricio
@ 2008-10-27 13:23 ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2008-10-27 13:23 UTC (permalink / raw
  To: help-gnu-emacs

Mauricio <briqueabraque@yahoo.com> writes:

> I don't like font lock mode that much (contrary
> to most people, I know...)
>
> Is it possible turn off font-lock once and for
> all, in such a way that I could not get it even
> if I want to? (i.e., even if some new mode I
> use tries to set font-lock on, it could no do
> it?)

(global-font-lock-mode 0)

-- 
Bastien




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

* Re: Eliminate font lock mode
       [not found] <mailman.2153.1225094420.25473.help-gnu-emacs@gnu.org>
@ 2008-10-27 13:32 ` Joe Casadonte
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Casadonte @ 2008-10-27 13:32 UTC (permalink / raw
  To: help-gnu-emacs

On 27 Oct 2008, Mauricio wrote:

> Is it possible turn off font-lock once and for
> all, in such a way that I could not get it even
> if I want to? (i.e., even if some new mode I
> use tries to set font-lock on, it could no do
> it?)

This might work:

(fset 'font-lock-mode 'ignore)

--
Regards,


joe
Joe Casadonte
jcasadonte@northbound-train.com

------------------------------------------------------------------------------
         Llama Fresh Farms => http://www.northbound-train.com
    Ramblings of a Gay Man => http://www.northbound-train.com/ramblings
               Emacs Stuff => http://www.northbound-train.com/emacs.html
          Music CD Trading => http://www.northbound-train.com/cdr.html
------------------------------------------------------------------------------
                       Live Free, that's the message!
------------------------------------------------------------------------------


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

end of thread, other threads:[~2008-10-27 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2153.1225094420.25473.help-gnu-emacs@gnu.org>
2008-10-27 13:32 ` Eliminate font lock mode Joe Casadonte
2008-10-27  7:55 Mauricio
2008-10-27 13:23 ` Bastien

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.