Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* "coding: utf-8" emacs local variable in ChangeLog (?)
@ 2009-01-03  6:14 Joel Brobecker
  2009-01-03  9:48 ` Eli Zaretskii
  2009-01-03 12:35 ` Ludovic Courtès
  0 siblings, 2 replies; 13+ messages in thread
From: Joel Brobecker @ 2009-01-03  6:14 UTC (permalink / raw)
  To: gdb; +Cc: ludo

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

Hello,

While rotating the ChangeLog file, I noticed a discrepancy between
what the documentation says we should add at the end of the file
for emacs:

    Local Variables:
    mode: change-log
    left-margin: 8
    fill-column: 74
    version-control: never
    End:

And what we actually have. Right now, we have an extra line:

    +coding: utf-8

I tracked the change to a patch in Aug 2007, but couldn't find
the associated discussion in the gdb and gdb-patches mailing list.

Is that change OK? If yes, an update of gdbint.texi is in order.

-- 
Joel

[-- Attachment #2: coding.diff --]
[-- Type: text/plain, Size: 999 bytes --]

commit bfbc00954f898246d7d3b8aa51bba9136acfaf9d
Author: Ludovic CourtÚs <ludo@gnu.org>
Date:   Thu Aug 9 22:44:38 2007 +0000

    Add Emacs local variables for UTF-8.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index eedb1cc..914fe17 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-10  Ludovic CourtÚs  <ludo@gnu.org>
+
+	* MAINTAINERS: Add Emacs local variables to use UTF-8 upon
+	opening.
+
 2007-08-09  Ludovic CourtÚs  <ludo@gnu.org>
 
 	* MAINTAINERS (Write After Approval): Add myself.
@@ -6236,4 +6241,5 @@ mode: change-log
 left-margin: 8
 fill-column: 74
 version-control: never
+coding: utf-8
 End:
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index a70cd6c..982e60b 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -617,3 +617,7 @@ Michael Chastain (testsuite)			mec.gnu at mindspring dot com
 Folks that have been caught up in a paper trail:
 
 David Carlton					carlton@bactrian.org
+
+;; Local Variables:
+;; coding: utf-8
+;; End:

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

end of thread, other threads:[~2009-01-07 21:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-03  6:14 "coding: utf-8" emacs local variable in ChangeLog (?) Joel Brobecker
2009-01-03  9:48 ` Eli Zaretskii
2009-01-03 10:23   ` Mark Kettenis
2009-01-03 12:45     ` Eli Zaretskii
2009-01-03 23:56       ` Mark Kettenis
2009-01-06 20:34         ` Eli Zaretskii
2009-01-06 21:26           ` Mark Kettenis
2009-01-06 21:59             ` Eli Zaretskii
2009-01-06 22:49               ` Mark Kettenis
2009-01-07  4:19                 ` Eli Zaretskii
2009-01-07 10:06                   ` Mark Kettenis
2009-01-07 21:06                     ` Eli Zaretskii
2009-01-03 12:35 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox