unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5001: erc should use 'font-lock-face, not 'face
@ 2009-11-21 11:56 Lennart Borgman
  2015-12-27 22:20 ` Lars Ingebrigtsen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Lennart Borgman @ 2009-11-21 11:56 UTC (permalink / raw)
  To: Emacs Bugs

erc does not use the font-lock machinery for coloring the erc buffers.
If that is good or not I do not know. However there is a problem with
that it currently use the 'face text property. This prevents hi-lock
from working in its buffer which would otherwise be useful.

Therefore please replace 'face with 'font-lock-face everywhere in erc.

(I do not send a patch. I think it is just easier to make the change
which is quite quick to make. I have tested it though.)






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

* bug#5001: erc should use 'font-lock-face, not 'face
  2009-11-21 11:56 bug#5001: erc should use 'font-lock-face, not 'face Lennart Borgman
@ 2015-12-27 22:20 ` Lars Ingebrigtsen
  2015-12-28  2:00   ` Lennart Borgman
  2016-02-04  6:56 ` Lars Ingebrigtsen
       [not found] ` <87fux9yndt.fsf@gnus.org>
  2 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2015-12-27 22:20 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 5001

Lennart Borgman <lennart.borgman@gmail.com> writes:

> erc does not use the font-lock machinery for coloring the erc buffers.
> If that is good or not I do not know. However there is a problem with
> that it currently use the 'face text property. This prevents hi-lock
> from working in its buffer which would otherwise be useful.
>
> Therefore please replace 'face with 'font-lock-face everywhere in erc.
>
> (I do not send a patch. I think it is just easier to make the change
> which is quite quick to make. I have tested it though.)

Could you send a patch, anyway?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#5001: erc should use 'font-lock-face, not 'face
  2015-12-27 22:20 ` Lars Ingebrigtsen
@ 2015-12-28  2:00   ` Lennart Borgman
  0 siblings, 0 replies; 8+ messages in thread
From: Lennart Borgman @ 2015-12-28  2:00 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 5001

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

On Sun, Dec 27, 2015 at 11:20 PM, Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Lennart Borgman <lennart.borgman@gmail.com> writes:
>
> > erc does not use the font-lock machinery for coloring the erc buffers.
> > If that is good or not I do not know. However there is a problem with
> > that it currently use the 'face text property. This prevents hi-lock
> > from working in its buffer which would otherwise be useful.
> >
> > Therefore please replace 'face with 'font-lock-face everywhere in erc.
> >
> > (I do not send a patch. I think it is just easier to make the change
> > which is quite quick to make. I have tested it though.)
>
> Could you send a patch, anyway?
>
> Sorry, I do not have the sources installed now.

[-- Attachment #2: Type: text/html, Size: 1153 bytes --]

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

* bug#5001: erc should use 'font-lock-face, not 'face
  2009-11-21 11:56 bug#5001: erc should use 'font-lock-face, not 'face Lennart Borgman
  2015-12-27 22:20 ` Lars Ingebrigtsen
@ 2016-02-04  6:56 ` Lars Ingebrigtsen
       [not found] ` <87fux9yndt.fsf@gnus.org>
  2 siblings, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-04  6:56 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 5001, erc-discuss

Lennart Borgman <lennart.borgman@gmail.com> writes:

> erc does not use the font-lock machinery for coloring the erc buffers.
> If that is good or not I do not know. However there is a problem with
> that it currently use the 'face text property. This prevents hi-lock
> from working in its buffer which would otherwise be useful.
>
> Therefore please replace 'face with 'font-lock-face everywhere in erc.
>
> (I do not send a patch. I think it is just easier to make the change
> which is quite quick to make. I have tested it though.)

It has been suggested that all instances of "'face" should be replaced
with "'font-lock-face" in erc.

I know nothing about font-locking, so I have no idea whether this is a
good idea or not.  Are there anybody on the erc mailing list that has on
opinion here?

-*- mode: grep; default-directory: "~/src/emacs/emacs-25/lisp/erc/" -*-
Grep started at Thu Feb  4 17:53:49

grep --color -nH -e "'face" *.el
erc-button.el:79:  :type 'face
erc-button.el:84:  :type 'face
erc-button.el:92:  :type 'face
erc-button.el:393:  (let ((old (erc-list (get-text-property from 'face)))
erc-button.el:395:        (end (next-single-property-change from 'face nil to))
erc-button.el:403:      (put-text-property pos end 'face new)
erc-button.el:405:            old (erc-list (get-text-property pos 'face))
erc-button.el:406:            end (next-single-property-change pos 'face nil to)))))
erc-capab.el:194:                                'face 'erc-capab-identify-unidentified))))))
erc-dcc.el:1208:         'dcc-chat-privmsg ?n (erc-propertize erc-dcc-from 'face
erc-goodies.el:478:   'face
erc-list.el:75:		   'face 'fixed-pitch)
erc-list.el:79:		   'face 'fixed-pitch)
erc-list.el:157:			 'face 'fixed-pitch)
erc-match.el:489:		'face match-face (current-buffer)))
erc-match.el:498:		    'face match-face (current-buffer))
erc-match.el:503:					  'face match-face))))
erc-match.el:508:		'face match-face (current-buffer)))
erc-match.el:524:			    'face face))))
erc-match.el:533:					'face match-face)))
erc-stamp.el:350:	(erc-put-text-property 0 (length ts) 'face 'erc-timestamp-face ts)
erc-track.el:812:      (put-text-property 0 (length name) 'face faces name))
erc-track.el:890:  (let ((choice (catch 'face
erc-track.el:893:		      (throw 'face candidate)))))
erc-track.el:895:		       (catch 'face
erc-track.el:898:			     (throw 'face candidate)))))))
erc-track.el:974:	(faces (let ((face1 (get-text-property 0 'face str)))
erc-track.el:977:    (while (and (setq i (next-single-property-change i 'face str m))
erc-track.el:979:      (and (setq cur (get-text-property i 'face str))
erc-track.el:987:		      'face '(bold erc-current-nick-face)
erc.el:2273:                       'face 'erc-input-face)))))
erc.el:2463:          'face (or (intern-soft
erc.el:3892:                               'face (or face 'erc-prompt-face)
erc.el:4262:    (erc-put-text-property 0 (length mark-s) 'face msg-face str)
erc.el:4264:                           'face nick-face str)
erc.el:4266:                           'face msg-face str)
erc.el:4303:               'face 'erc-nick-prefix-face)
erc.el:4314:         (erc-propertize open 'face 'erc-default-face)
erc.el:4315:         (erc-propertize mode 'face 'erc-my-nick-prefix-face)
erc.el:4316:         (erc-propertize nick 'face 'erc-my-nick-face)
erc.el:4317:         (erc-propertize close 'face 'erc-default-face)))
erc.el:4319:      (erc-propertize prefix 'face 'erc-default-face))))
erc.el:5240:                           'face 'erc-notice-face s)
erc.el:5243:    (erc-put-text-property 0 (length s) 'face 'erc-notice-face s)
erc.el:5255:  (erc-put-text-property 0 (length s) 'face 'erc-error-face s)
erc.el:5445:                               'face 'erc-command-indicator-face)
erc.el:5465:                               'face 'erc-input-face))
erc.el:5889:                           'face 'erc-command-indicator-face sp)
erc.el:5899:                                       'face 'erc-input-face line)
erc.el:6381:                                              'face face)
erc.el:6385:                             (erc-propertize header 'face face)

Grep finished (matches found) at Thu Feb  4 17:53:49

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#5001: [Erc-discuss] bug#5001: erc should use 'font-lock-face, not 'face
       [not found] ` <87fux9yndt.fsf@gnus.org>
@ 2016-02-04 16:47   ` Vivek Dasmohapatra
       [not found]   ` <alpine.DEB.2.02.1602041644310.32219@platypus.pepperfish.net>
  1 sibling, 0 replies; 8+ messages in thread
From: Vivek Dasmohapatra @ 2016-02-04 16:47 UTC (permalink / raw)
  To: ERC Discussion; +Cc: 5001, Lennart Borgman

> I know nothing about font-locking, so I have no idea whether this is a
> good idea or not.  Are there anybody on the erc mailing list that has on
> opinion here?

A bit of preliminary testing (not in erc proper) does not show up any 
problems. You don't want a total replacement: some of the grepped out 
entries are defcustom types, which should still be 'face (as that's
not a property being applied, it's type info for the defcustom mechanism).

I've modified my erc instance appropriately, I'll let it run for a couple of 
days and get back to you.





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

* bug#5001: erc should use 'font-lock-face, not 'face
       [not found]   ` <alpine.DEB.2.02.1602041644310.32219@platypus.pepperfish.net>
@ 2016-02-05  1:32     ` Lars Ingebrigtsen
       [not found]     ` <87r3gseyc3.fsf@gnus.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-05  1:32 UTC (permalink / raw)
  To: Vivek Dasmohapatra; +Cc: 5001, ERC Discussion, Lennart Borgman

Vivek Dasmohapatra <vivek@etla.org> writes:

> I've modified my erc instance appropriately, I'll let it run for a
> couple of days and get back to you.

Great; thanks.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#5001: erc should use 'font-lock-face, not 'face
       [not found]     ` <87r3gseyc3.fsf@gnus.org>
@ 2016-02-05  2:38       ` Lars Ingebrigtsen
       [not found]       ` <87io23ev98.fsf@gnus.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-05  2:38 UTC (permalink / raw)
  To: Vivek Dasmohapatra; +Cc: 5001, ERC Discussion, Lennart Borgman

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Vivek Dasmohapatra <vivek@etla.org> writes:
>
>> I've modified my erc instance appropriately, I'll let it run for a
>> couple of days and get back to you.
>
> Great; thanks.

And can you send a patch for the changes you ended up running with?  As
you said, not all of those 'face things should be replaced...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#5001: erc should use 'font-lock-face, not 'face
       [not found]       ` <87io23ev98.fsf@gnus.org>
@ 2016-03-06 18:03         ` Vivek Dasmohapatra
  0 siblings, 0 replies; 8+ messages in thread
From: Vivek Dasmohapatra @ 2016-03-06 18:03 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 5001, ERC Discussion, Lennart Borgman

> And can you send a patch for the changes you ended up running with?  As
> you said, not all of those 'face things should be replaced...

Sure... sorry, got sidetracked for a while. Should have a patch for you in a 
couple of days.






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

end of thread, other threads:[~2016-03-06 18:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-21 11:56 bug#5001: erc should use 'font-lock-face, not 'face Lennart Borgman
2015-12-27 22:20 ` Lars Ingebrigtsen
2015-12-28  2:00   ` Lennart Borgman
2016-02-04  6:56 ` Lars Ingebrigtsen
     [not found] ` <87fux9yndt.fsf@gnus.org>
2016-02-04 16:47   ` bug#5001: [Erc-discuss] " Vivek Dasmohapatra
     [not found]   ` <alpine.DEB.2.02.1602041644310.32219@platypus.pepperfish.net>
2016-02-05  1:32     ` Lars Ingebrigtsen
     [not found]     ` <87r3gseyc3.fsf@gnus.org>
2016-02-05  2:38       ` Lars Ingebrigtsen
     [not found]       ` <87io23ev98.fsf@gnus.org>
2016-03-06 18:03         ` Vivek Dasmohapatra

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).