Gnus development mailing list
 help / color / mirror / Atom feed
* ngnus 0.5 has changed the font-lock syntax
@ 2006-05-10 11:23 Uwe Brauer
  2006-05-10 12:38 ` Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2006-05-10 11:23 UTC (permalink / raw)


Hello

I just upgraded from ngnus 0.3 to 0.5 and noticed that my font-lock
configuration has partially changed. Reading the Changelog I see that
indeed the font-lock syntax has been changed. Could somebody please
point me out what has been substituted to what.

Thanks 

Uwe Brauer 




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

* Re: ngnus 0.5 has changed the font-lock syntax
  2006-05-10 11:23 ngnus 0.5 has changed the font-lock syntax Uwe Brauer
@ 2006-05-10 12:38 ` Reiner Steib
  2006-05-10 15:24   ` Uwe Brauer
  0 siblings, 1 reply; 6+ messages in thread
From: Reiner Steib @ 2006-05-10 12:38 UTC (permalink / raw)


On Wed, May 10 2006, Uwe Brauer wrote:

> I just upgraded from ngnus 0.3 to 0.5 and noticed that my font-lock
> configuration has partially changed. Reading the Changelog I see that
> indeed the font-lock syntax has been changed. 

Which ChangeLog entry do you have in mind?

> Could somebody please point me out what has been substituted to
> what.

A general recipe(for Emacs 22): Open the file, hit `C-x v l', find the
change(s) of interest.  Mark the interesting region and hit `d'
(log-view-diff):

,----[ <f1> f log-view-diff RET ]
| log-view-diff is an interactive compiled Lisp function in `log-view.el'.
| (log-view-diff BEG END)
| 
| Get the diff between two revisions.
| If the mark is not active or the mark is on the revision at point,
| get the diff between the revision at point and its previous revision.
| Otherwise, get the diff between the revisions where the region starts
| and ends.
`----

HTH

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: ngnus 0.5 has changed the font-lock syntax
  2006-05-10 12:38 ` Reiner Steib
@ 2006-05-10 15:24   ` Uwe Brauer
  2006-05-10 15:42     ` Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2006-05-10 15:24 UTC (permalink / raw)


>>>>> "Reiner" == Reiner Steib <reinersteib+gmane@imap.cc> writes:

   Reiner> On Wed, May 10 2006, Uwe Brauer wrote:
   >> I just upgraded from ngnus 0.3 to 0.5 and noticed that my font-lock
   >> configuration has partially changed. Reading the Changelog I see that
   >> indeed the font-lock syntax has been changed. 

   Reiner> Which ChangeLog entry do you have in mind?
For example 
2005-06-16  Miles Bader  <miles@gnu.org>
	* message.el (message-header-to, message-header-cc)
	(message-font-lock-keywords): Use renamed message faces.


   >> Could somebody please point me out what has been substituted to
   >> what.

   Reiner> A general recipe(for Emacs 22): Open the file, hit `C-x v
   Reiner> l', find the change(s) of interest.  Mark the interesting
   Reiner> region and hit `d' (log-view-diff):
well aeh, I am on Xemacs 21.4.x
so this functionality does not exist. But being curious, what do you
mean open the file, which one? The Changelog? Are you saying that that
function finds changes, even if the files in question are not under
version control?

Uwe 




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

* Re: ngnus 0.5 has changed the font-lock syntax
  2006-05-10 15:24   ` Uwe Brauer
@ 2006-05-10 15:42     ` Reiner Steib
  2006-05-10 16:31       ` Uwe Brauer
  0 siblings, 1 reply; 6+ messages in thread
From: Reiner Steib @ 2006-05-10 15:42 UTC (permalink / raw)


On Wed, May 10 2006, Uwe Brauer wrote:

> For example 
> 2005-06-16  Miles Bader  <miles@gnu.org>
> 	* message.el (message-header-to, message-header-cc)
> 	(message-font-lock-keywords): Use renamed message faces.
[...]
> But being curious, what do you mean open the file, which one? The
> Changelog? 

No, `message.el' in your example.  Then search for
"message-font-lock-keywords", set the region and hit `d'.  Then I see
the relevant change:

--- message.el	17 May 2005 08:02:15 -0000	7.79
+++ message.el	16 Jun 2005 05:51:57 -0000	7.80
@@ -1153,7 +1153,7 @@
     table)
   "Syntax table used while in Message mode.")
 
-(defface message-header-to-face
+(defface message-header-to
   '((((class color)
       (background dark))
      (:foreground "green2" :bold t))

[...]

> Are you saying that that function finds changes, even if the files
> in question are not under version control?

No, I assumed that you use a CVS checkout of Gnus.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: ngnus 0.5 has changed the font-lock syntax
  2006-05-10 15:42     ` Reiner Steib
@ 2006-05-10 16:31       ` Uwe Brauer
  2006-05-10 19:36         ` Reiner Steib
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2006-05-10 16:31 UTC (permalink / raw)


>>>>> "Reiner" == Reiner Steib <reinersteib+gmane@imap.cc> writes:


   Reiner> No, `message.el' in your example.  Then search for
   Reiner> "message-font-lock-keywords", set the region and hit `d'.
   Reiner> Then I see the relevant change:

   Reiner> --- message.el	17 May 2005 08:02:15 -0000	7.79
   Reiner> +++ message.el	16 Jun 2005 05:51:57 -0000	7.80
   Reiner> @@ -1153,7 +1153,7 @@
   Reiner>      table)
   Reiner>    "Syntax table used while in Message mode.")
 
   Reiner> -(defface message-header-to-face
   Reiner> +(defface message-header-to
   Reiner>    '((((class color)
   Reiner>        (background dark))
   Reiner>       (:foreground "green2" :bold t))

   Reiner> [...]

   >> Are you saying that that function finds changes, even if the files
   >> in question are not under version control?

   Reiner> No, I assumed that you use a CVS checkout of Gnus.


Ah, ok, well I did first, but then I saw the actual 0.5 version as a
tar pkg, so I took that one, since I am cautious about CVS checkouts,
however your remark, let me rethink my attitude.
Thanks 

Uwe 




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

* Re: ngnus 0.5 has changed the font-lock syntax
  2006-05-10 16:31       ` Uwe Brauer
@ 2006-05-10 19:36         ` Reiner Steib
  0 siblings, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2006-05-10 19:36 UTC (permalink / raw)


On Wed, May 10 2006, Uwe Brauer wrote:

> Ah, ok, well I did first, but then I saw the actual 0.5 version as a
> tar pkg, so I took that one, since I am cautious about CVS checkouts,
> however your remark, let me rethink my attitude.

As there is no real feature freeze on the trunk, the No Gnus 0.x
releases are more or less snapshots.

If you prefer to have a fixed version, say 0.5 you can specify the tag
"n0-5":

$ cvs ... checkout -r n0-5 gnus

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

end of thread, other threads:[~2006-05-10 19:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-10 11:23 ngnus 0.5 has changed the font-lock syntax Uwe Brauer
2006-05-10 12:38 ` Reiner Steib
2006-05-10 15:24   ` Uwe Brauer
2006-05-10 15:42     ` Reiner Steib
2006-05-10 16:31       ` Uwe Brauer
2006-05-10 19:36         ` Reiner Steib

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 NNTP newsgroup(s).