Gnus development mailing list
 help / color / mirror / Atom feed
* cleanups for file local variables...
@ 2001-12-18  4:08 Josh Huber
  2001-12-18  6:22 ` ShengHuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Huber @ 2001-12-18  4:08 UTC (permalink / raw)


If this adversely affects anyone, please speak up :)

What is cvs commit trying to run here, btw?
sh: /usr/lib/cvs/contrib/cvslog: No such file or directory

* ChangeLog
2001-12-17  Josh Huber  <huber@alum.wpi.edu>

       * ChangeLog: changed coding to buffer-file-coding-system
       * todo: same

* contrib/ChangeLog
2001-12-17  Josh Huber  <huber@alum.wpi.edu>

       * ChangeLog: changed coding to buffer-file-coding-system

* lisp/ChangeLog
2001-12-17  Josh Huber  <huber@alum.wpi.edu>

       * ChangeLog: changed coding to buffer-file-coding-system
       * ChangeLog.1: same
       * nnwfm.el: same
       * gnus-smiley.el: same
       * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
       * gnus-delay.el: same
       * gnus-spec.el: same
       * message.el: same
       * mml1991.el: same
       * nnultimate.el: same

* texi/ChangeLog
2001-12-17  Josh Huber  <huber@alum.wpi.edu>

       * ChangeLog: changed coding to buffer-file-coding-system
       * emacs-mime.texi: changed -*- magic cookie -*- to Local Variables
       * gnus.texi: same
       * gnus-ref.tex: same
       * refcard.tex: same

Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/ChangeLog,v
retrieving revision 6.21
diff -u -r6.21 ChangeLog
--- ChangeLog	2001/12/10 11:12:57	6.21
+++ ChangeLog	2001/12/18 04:02:32
@@ -1,3 +1,8 @@
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+	* ChangeLog: changed coding to buffer-file-coding-system
+	* todo: same
+
 2001-12-10  Kai Gro^[,A_^[(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 	* make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
@@ -133,5 +138,5 @@
 	Windows NT.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
Index: todo
===================================================================
RCS file: /usr/local/cvsroot/gnus/todo,v
retrieving revision 6.17
diff -u -r6.17 todo
--- todo	2001/11/25 14:58:54	6.17
+++ todo	2001/12/18 04:02:34
@@ -1504,6 +1504,6 @@
 \f
 ;; Local Variables:
 ;; mode: outline
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; paragraph-separate: "[ 	\f]*$"
 ;; End:
Index: contrib/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/contrib/ChangeLog,v
retrieving revision 1.18
diff -u -r1.18 ChangeLog
--- contrib/ChangeLog	2001/11/22 21:01:51	1.18
+++ contrib/ChangeLog	2001/12/18 04:02:34
@@ -1,3 +1,7 @@
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+	* ChangeLog: changed coding to buffer-file-coding-system
+
 2001-11-22  Simon Josefsson  <jas@extundo.com>
 
 	* sha1.el: Removed. (A FSF copyrighted sha1-el.el file is in
@@ -117,5 +121,5 @@
 	(gpg-encrypt): Add passphrase as a parameter.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
Index: lisp/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v
retrieving revision 6.918
diff -u -r6.918 ChangeLog
--- lisp/ChangeLog	2001/12/16 18:14:11	6.918
+++ lisp/ChangeLog	2001/12/18 04:02:41
@@ -1,3 +1,16 @@
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+	* ChangeLog: changed coding to buffer-file-coding-system
+	* ChangeLog.1: same
+	* nnwfm.el: same
+	* gnus-smiley.el: same
+	* gnus-cite.el: moved -*- magic cookie -*- to Local Variables
+	* gnus-delay.el: same
+	* gnus-spec.el: same
+	* message.el: same
+	* mml1991.el: same
+	* nnultimate.el: same
+
 2001-12-16  Simon Josefsson  <jas@extundo.com>
 	Inspired by code by Dirk Meyer <dischi@tzi.de>.
 
@@ -6684,5 +6697,5 @@
 	* ChangeLog: Moved to ChangeLog.1.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
Index: lisp/ChangeLog.1
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog.1,v
retrieving revision 6.0
diff -u -r6.0 ChangeLog.1
--- lisp/ChangeLog.1	2000/10/27 23:11:14	6.0
+++ lisp/ChangeLog.1	2001/12/18 04:02:50
@@ -10096,5 +10096,5 @@
 	* gnus.el: Gnus v0.2 is released.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
Index: lisp/gnus-cite.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-cite.el,v
retrieving revision 6.11
diff -u -r6.11 gnus-cite.el
--- lisp/gnus-cite.el	2001/11/06 15:06:21	6.11
+++ lisp/gnus-cite.el	2001/12/18 04:02:51
@@ -1,4 +1,4 @@
-;;; gnus-cite.el --- parse citations in articles for Gnus  -*- coding: iso-latin-1 -*-
+;;; gnus-cite.el --- parse citations in articles for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
@@ -1004,7 +1004,7 @@
 (provide 'gnus-cite)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-cite.el ends here
Index: lisp/gnus-delay.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-delay.el,v
retrieving revision 6.10
diff -u -r6.10 gnus-delay.el
--- lisp/gnus-delay.el	2001/09/29 19:25:31	6.10
+++ lisp/gnus-delay.el	2001/12/18 04:02:51
@@ -1,4 +1,4 @@
-;;; gnus-delay.el --- Delayed posting of articles -*- coding: latin-1; -*-
+;;; gnus-delay.el --- Delayed posting of articles
 
 ;; Copyright (C) 2001  Free Software Foundation, Inc.
 
@@ -179,4 +179,9 @@
     (add-hook 'gnus-get-new-news-hook 'gnus-delay-send-drafts)))
 
 (provide 'gnus-delay)
+
+;; Local Variables:
+;; buffer-file-coding-system: latin-1
+;; End:
+
 ;;; gnus-delay.el ends here
Index: lisp/gnus-spec.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-spec.el,v
retrieving revision 6.24
diff -u -r6.24 gnus-spec.el
--- lisp/gnus-spec.el	2001/12/01 20:17:51	6.24
+++ lisp/gnus-spec.el	2001/12/18 04:02:52
@@ -1,4 +1,4 @@
-;;; gnus-spec.el --- format spec functions for Gnus  -*- coding: iso-latin-1 -*-
+;;; gnus-spec.el --- format spec functions for Gnus
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
 
@@ -675,7 +675,7 @@
 (provide 'gnus-spec)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-spec.el ends here
Index: lisp/message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.173
diff -u -r6.173 message.el
--- lisp/message.el	2001/12/01 13:33:02	6.173
+++ lisp/message.el	2001/12/18 04:02:57
@@ -1,4 +1,4 @@
-;;; message.el --- composing mail and news messages  -*- coding: iso-latin-1 -*-
+;;; message.el --- composing mail and news messages
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
 
@@ -5457,7 +5457,7 @@
 (run-hooks 'message-load-hook)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; message.el ends here
Index: lisp/mml1991.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mml1991.el,v
retrieving revision 6.2
diff -u -r6.2 mml1991.el
--- lisp/mml1991.el	2001/11/13 15:52:59	6.2
+++ lisp/mml1991.el	2001/12/18 04:02:57
@@ -1,4 +1,4 @@
-;;; mml-gpg-old.el --- Old PGP message format (RFC 1991) support for MML -*- coding: iso-latin-1 -*-
+;;; mml-gpg-old.el --- Old PGP message format (RFC 1991) support for MML
 ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Sascha Lüdecke <sascha@meta-x.de>,
@@ -209,5 +209,9 @@
       (error "Cannot find sign function"))))
 
 (provide 'mml1991)
+
+;; Local Variables:
+;; buffer-file-coding-system: iso-latin-1
+;; End:
 
 ;;; mml1991.el ends here
Index: lisp/nnultimate.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnultimate.el,v
retrieving revision 6.10
diff -u -r6.10 nnultimate.el
--- lisp/nnultimate.el	2001/12/07 14:41:45	6.10
+++ lisp/nnultimate.el	2001/12/18 04:02:58
@@ -1,4 +1,4 @@
-;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system -*- coding: iso-latin-1 -*-
+;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system
 
 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 
@@ -473,7 +473,7 @@
 (provide 'nnultimate)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnultimate.el ends here
Index: lisp/nnwfm.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnwfm.el,v
retrieving revision 6.6
diff -u -r6.6 nnwfm.el
--- lisp/nnwfm.el	2001/12/07 15:13:33	6.6
+++ lisp/nnwfm.el	2001/12/18 04:02:58
@@ -425,7 +425,7 @@
 (provide 'nnwfm)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnwfm.el ends here
Index: lisp/smiley.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/smiley.el,v
retrieving revision 6.5
diff -u -r6.5 smiley.el
--- lisp/smiley.el	2001/11/06 15:06:22	6.5
+++ lisp/smiley.el	2001/12/18 04:02:58
@@ -436,7 +436,7 @@
 (provide 'smiley)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; smiley.el ends here
Index: texi/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/ChangeLog,v
retrieving revision 6.221
diff -u -r6.221 ChangeLog
--- texi/ChangeLog	2001/12/16 18:12:19	6.221
+++ texi/ChangeLog	2001/12/18 04:03:00
@@ -1,3 +1,11 @@
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+	* ChangeLog: changed coding to buffer-file-coding-system
+	* emacs-mime.texi: changed -*- magic cookie -*- to Local Variables
+	* gnus.texi: same
+	* gnus-ref.tex: same
+	* refcard.tex: same
+
 2001-12-16  Simon Josefsson  <jas@extundo.com>
 
 	* gnus.texi (Saving Articles): Add muttprint.
@@ -1935,5 +1943,5 @@
 	* gnus.texi (Mail Folders): Addition.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
Index: texi/emacs-mime.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/emacs-mime.texi,v
retrieving revision 6.11
diff -u -r6.11 emacs-mime.texi
--- texi/emacs-mime.texi	2001/12/15 13:11:08	6.11
+++ texi/emacs-mime.texi	2001/12/18 04:03:01
@@ -1,4 +1,4 @@
-\input texinfo                  @c -*- mode:texinfo; coding: iso-latin-1 -*-
+\input texinfo
 
 @setfilename emacs-mime
 @settitle Emacs MIME Manual
@@ -1476,4 +1476,8 @@
 @contents
 @bye
 
+\f
+@c Local Variables:
+@c mode: texinfo
+@c buffer-file-coding-system: iso-latin-1
 @c End:
Index: texi/gnus.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 6.196
diff -u -r6.196 gnus.texi
--- texi/gnus.texi	2001/12/16 18:12:19	6.196
+++ texi/gnus.texi	2001/12/18 04:03:24
@@ -1,4 +1,4 @@
-\input texinfo                  @c -*- mode: texinfo; coding: iso-latin-1 -*-
+\input texinfo
 
 @setfilename gnus
 @settitle Gnus Manual
@@ -23573,6 +23573,9 @@
 @end iflatex
 @end iftex
 
+@c Local Variables:
+@c mode: texinfo
+@c buffer-file-coding-system: iso-latin-1
 @c End:
 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
Index: texi/gnusref.tex
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnusref.tex,v
retrieving revision 6.3
diff -u -r6.3 gnusref.tex
--- texi/gnusref.tex	2001/10/13 23:55:09	6.3
+++ texi/gnusref.tex	2001/12/18 04:03:26
@@ -1,4 +1,3 @@
-% -*- mode: latex; TeX-master: "refcard.tex" -*-
 %% include file for the Gnus refcard and booklet
 %%
 \newlength{\keycolwidth}
@@ -1050,3 +1049,8 @@
     \end{keys}
     }
   }
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "refcard.tex"
+%%% End:
Index: texi/refcard.tex
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/refcard.tex,v
retrieving revision 6.3
diff -u -r6.3 refcard.tex
--- texi/refcard.tex	2001/10/13 23:55:09	6.3
+++ texi/refcard.tex	2001/12/18 04:03:26
@@ -1,4 +1,3 @@
-% -*- latex -*-
 % Reference Card for Oort Gnus: to be processed with LaTeX2e
 \documentclass{article}
 
@@ -192,4 +191,6 @@
 
 \end{document}
 
-
+%%% Local Variables:
+%%% mode: latex
+%%% End:


-- 
Josh Huber



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

* Re: cleanups for file local variables...
  2001-12-18  4:08 cleanups for file local variables Josh Huber
@ 2001-12-18  6:22 ` ShengHuo ZHU
  2001-12-18 16:07   ` Josh Huber
  0 siblings, 1 reply; 3+ messages in thread
From: ShengHuo ZHU @ 2001-12-18  6:22 UTC (permalink / raw)


Josh Huber <huber@alum.wpi.edu> writes:

> If this adversely affects anyone, please speak up :)

I just found that the change really affects emacs-mime.texi.  It seems
that Emacs guesses a coding-system for a file if there is no local
variable `coding'.  If local variable buffer-file-coding-system
exists, it has no effect on the coding system Emacs uses, but just set
the variable after loading the file.  So local variable `coding' has
to be added too.  I've committed my changes.

> What is cvs commit trying to run here, btw?

Lars forgot to move the script.

ShengHuo



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

* Re: cleanups for file local variables...
  2001-12-18  6:22 ` ShengHuo ZHU
@ 2001-12-18 16:07   ` Josh Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Josh Huber @ 2001-12-18 16:07 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

>> What is cvs commit trying to run here, btw?
>
> Lars forgot to move the script.

Ah, that makes a lot more sense now.  I assume this is for the commit
list?

-- 
Josh Huber



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

end of thread, other threads:[~2001-12-18 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-18  4:08 cleanups for file local variables Josh Huber
2001-12-18  6:22 ` ShengHuo ZHU
2001-12-18 16:07   ` Josh Huber

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