unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [rms@gnu.org: Re: mouse cannot be used in *grep* buffer if font-lock is turned off]
@ 2004-10-19  6:13 Richard Stallman
  2004-10-19 19:06 ` Daniel Pfeiffer
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Stallman @ 2004-10-19  6:13 UTC (permalink / raw)
  Cc: emacs-devel

Can you arrange to make compile mode's propertization
that is necessary for RET and Mouse-1 to work properly
operate independently of whether Font Lock mode is enabled?

One idea would be to use the mechanisms of font-lock mode, but not
fontify.  The idea is that some special hack would make font-lock
operate pretty much normally even though font-lock-mode is nil, but it
would not put on any `face' properties.  This could be a feature for
modes that "need" font-lock in order to "work right".

I think this could be done fairly easily.


------- Start of forwarded message -------
From: Richard Stallman <rms@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
In-reply-to: <871xfxm5p6.fsf-monnier+emacs@gnu.org> (message from Stefan
	Monnier on Sun, 17 Oct 2004 16:50:02 -0400)
Date: Mon, 18 Oct 2004 09:59:19 -0400
Cc: emacs-pretest-bug@gnu.org, drew.adams@oracle.com
Subject: Re: mouse cannot be used in *grep* buffer if font-lock is turned off
Reply-To: rms@gnu.org
Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org
X-Spam-Status: No, hits=-0.5 required=5.0
	tests=IN_REP_TO,RCVD_IN_ORBS,REFERENCES
	version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

    We should hack something so that M-x font-lock-mode in a *grep* buffer
    signals an error or does something more clever.  Font-lock is *necessary*
    for Emacs-21's *grep* buffer.

The problem is that setting up the properties that compilation mode
depends on uses Font Lock mode.  It's ok to use the Font Lock
mechanism, but it shouldn't be affected by turning Font Lock mode
on or off.



_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

end of thread, other threads:[~2004-10-21  1:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-19  6:13 [rms@gnu.org: Re: mouse cannot be used in *grep* buffer if font-lock is turned off] Richard Stallman
2004-10-19 19:06 ` Daniel Pfeiffer
2004-10-19 19:43   ` Stefan Monnier
2004-10-21  1:45     ` Richard Stallman
2004-10-19 20:59   ` David Kastrup
2004-10-19 21:59     ` Daniel Pfeiffer
2004-10-19 22:39       ` David Kastrup
2004-10-20  7:07         ` Daniel Pfeiffer
2004-10-21  1:46           ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).