Gnus development mailing list
 help / color / mirror / Atom feed
* [Patch] Add file variables to all lisp files
@ 2007-07-04  8:25 Tassilo Horn
  2007-07-05  2:18 ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Tassilo Horn @ 2007-07-04  8:25 UTC (permalink / raw)
  To: ding

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

Hi,

since many people (including me) use intent-tabs-mode set to nil, other
tab-widths and other coding systems nowadays I've added file variables to
all lisp files so that they're properly formatted even for those.

Bye,
Tassilo

[-- Attachment #2: add-file-variables.patch --]
[-- Type: text/x-patch, Size: 85578 bytes --]

? add-file-variables.patch
Index: lisp/assistant.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/assistant.el,v
retrieving revision 1.22
diff -u -r1.22 assistant.el
--- lisp/assistant.el	28 Feb 2007 22:26:30 -0000	1.22
+++ lisp/assistant.el	4 Jul 2007 08:05:12 -0000
@@ -483,5 +483,11 @@
 
 (provide 'assistant)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0404bfa2-9226-4611-8d3f-335c2416175b
 ;;; assistant.el ends here
Index: lisp/binhex.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/binhex.el,v
retrieving revision 7.10
diff -u -r7.10 binhex.el
--- lisp/binhex.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/binhex.el	4 Jul 2007 08:05:12 -0000
@@ -324,5 +324,11 @@
 
 (provide 'binhex)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 8476badd-1e76-4f1d-a640-f9a38c72eed8
 ;;; binhex.el ends here
Index: lisp/canlock.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/canlock.el,v
retrieving revision 7.14
diff -u -r7.14 canlock.el
--- lisp/canlock.el	24 Jan 2007 07:15:37 -0000	7.14
+++ lisp/canlock.el	4 Jul 2007 08:05:13 -0000
@@ -247,5 +247,11 @@
 
 (provide 'canlock)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 033c4f09-b9f1-459d-bd0d-254430283f78
 ;;; canlock.el ends here
Index: lisp/compface.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/compface.el,v
retrieving revision 7.14
diff -u -r7.14 compface.el
--- lisp/compface.el	24 Jan 2007 07:15:37 -0000	7.14
+++ lisp/compface.el	4 Jul 2007 08:05:13 -0000
@@ -59,5 +59,11 @@
 
 (provide 'compface)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f9c78e84-98c0-4142-9682-8ba4cf4c3441
 ;;; compface.el ends here
Index: lisp/deuglify.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/deuglify.el,v
retrieving revision 7.15
diff -u -r7.15 deuglify.el
--- lisp/deuglify.el	24 Jan 2007 07:15:37 -0000	7.15
+++ lisp/deuglify.el	4 Jul 2007 08:05:13 -0000
@@ -476,6 +476,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;;; arch-tag: 5f895cc9-51a9-487c-b42e-28844d79eb73
Index: lisp/dgnushack.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/dgnushack.el,v
retrieving revision 7.28
diff -u -r7.28 dgnushack.el
--- lisp/dgnushack.el	22 May 2007 01:05:22 -0000	7.28
+++ lisp/dgnushack.el	4 Jul 2007 08:05:14 -0000
@@ -514,6 +514,12 @@
 	      (error (princ "failed\n")))))
 	(setq path (cdr path))))))
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; dgnushack.el ends here
 
 ;;; arch-tag: 579f585a-24eb-4e1c-8d34-4808e11b68f2
Index: lisp/dig.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/dig.el,v
retrieving revision 7.8
diff -u -r7.8 dig.el
--- lisp/dig.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/dig.el	4 Jul 2007 08:05:15 -0000
@@ -189,5 +189,11 @@
 
 (provide 'dig)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 1d61726e-9400-4013-9ae7-4035e0c7f7d6
 ;;; dig.el ends here
Index: lisp/dns-mode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/dns-mode.el,v
retrieving revision 7.9
diff -u -r7.9 dns-mode.el
--- lisp/dns-mode.el	6 Jul 2005 06:42:01 -0000	7.9
+++ lisp/dns-mode.el	4 Jul 2007 08:05:15 -0000
@@ -195,5 +195,11 @@
 
 (provide 'dns-mode)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 6a179f0a-072f-49db-8b01-37b8f23998c0
 ;;; dns-mode.el ends here
Index: lisp/dns.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/dns.el,v
retrieving revision 7.18
diff -u -r7.18 dns.el
--- lisp/dns.el	24 Jan 2007 07:15:37 -0000	7.18
+++ lisp/dns.el	4 Jul 2007 08:05:16 -0000
@@ -422,5 +422,11 @@
 
 (provide 'dns)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: d0edd0c4-4cce-4538-ae92-06c3356ee80a
 ;;; dns.el ends here
Index: lisp/earcon.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/earcon.el,v
retrieving revision 7.6
diff -u -r7.6 earcon.el
--- lisp/earcon.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/earcon.el	4 Jul 2007 08:05:16 -0000
@@ -231,5 +231,11 @@
 
 (run-hooks 'earcon-load-hook)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 844dfeea-980c-4ed0-907f-a30bf139691c
 ;;; earcon.el ends here
Index: lisp/ecomplete.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ecomplete.el,v
retrieving revision 1.16
diff -u -r1.16 ecomplete.el
--- lisp/ecomplete.el	17 May 2006 07:58:59 -0000	1.16
+++ lisp/ecomplete.el	4 Jul 2007 08:05:16 -0000
@@ -148,5 +148,11 @@
 
 (provide 'ecomplete)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 34622935-bb81-4711-a600-57b89c2ece72
 ;;; ecomplete.el ends here
Index: lisp/encrypt.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/encrypt.el,v
retrieving revision 7.9
diff -u -r7.9 encrypt.el
--- lisp/encrypt.el	17 Jan 2007 19:33:51 -0000	7.9
+++ lisp/encrypt.el	4 Jul 2007 08:05:18 -0000
@@ -291,6 +291,13 @@
     exit-data))
 
 (provide 'encrypt)
+
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; encrypt.el ends here
 
 ;; arch-tag: d907e4f1-71b5-42b1-a180-fc7b84ff0648
Index: lisp/flow-fill.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/flow-fill.el,v
retrieving revision 7.20
diff -u -r7.20 flow-fill.el
--- lisp/flow-fill.el	24 Jan 2007 07:15:37 -0000	7.20
+++ lisp/flow-fill.el	4 Jul 2007 08:05:18 -0000
@@ -224,5 +224,11 @@
 
 (provide 'flow-fill)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: addc0040-bc53-4f17-b4bc-1eb44eed6f0b
 ;;; flow-fill.el ends here
Index: lisp/format-spec.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/format-spec.el,v
retrieving revision 7.9
diff -u -r7.9 format-spec.el
--- lisp/format-spec.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/format-spec.el	4 Jul 2007 08:05:18 -0000
@@ -78,5 +78,11 @@
 
 (provide 'format-spec)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: c22d49cf-d167-445d-b7f1-2504d4173f53
 ;;; format-spec.el ends here
Index: lisp/gmm-utils.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gmm-utils.el,v
retrieving revision 7.33
diff -u -r7.33 gmm-utils.el
--- lisp/gmm-utils.el	27 Apr 2007 08:39:17 -0000	7.33
+++ lisp/gmm-utils.el	4 Jul 2007 08:05:18 -0000
@@ -431,5 +431,11 @@
 
 (provide 'gmm-utils)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: e0b60920-2ce6-40c1-bfc0-cadbbe26b602
 ;;; gmm-utils.el ends here
Index: lisp/gnus-agent.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-agent.el,v
retrieving revision 7.64
diff -u -r7.64 gnus-agent.el
--- lisp/gnus-agent.el	14 Jun 2007 12:21:18 -0000	7.64
+++ lisp/gnus-agent.el	4 Jul 2007 08:05:26 -0000
@@ -4206,5 +4206,11 @@
 
 (provide 'gnus-agent)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: b0ba4afc-5229-4cee-ad25-9956daa4e91e
 ;;; gnus-agent.el ends here
Index: lisp/gnus-art.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-art.el,v
retrieving revision 7.219
diff -u -r7.219 gnus-art.el
--- lisp/gnus-art.el	26 Jun 2007 07:31:41 -0000	7.219
+++ lisp/gnus-art.el	4 Jul 2007 08:05:39 -0000
@@ -8082,5 +8082,11 @@
 
 (run-hooks 'gnus-art-load-hook)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 2654516f-6279-48f9-a83b-05c1fa450c33
 ;;; gnus-art.el ends here
Index: lisp/gnus-async.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-async.el,v
retrieving revision 7.11
diff -u -r7.11 gnus-async.el
--- lisp/gnus-async.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/gnus-async.el	4 Jul 2007 08:05:40 -0000
@@ -374,5 +374,11 @@
 
 (provide 'gnus-async)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: fee61de5-3ea2-4de6-8578-2f90ce89391d
 ;;; gnus-async.el ends here
Index: lisp/gnus-audio.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-audio.el,v
retrieving revision 7.7
diff -u -r7.7 gnus-audio.el
--- lisp/gnus-audio.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/gnus-audio.el	4 Jul 2007 08:05:40 -0000
@@ -148,5 +148,11 @@
 
 (run-hooks 'gnus-audio-load-hook)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 6f129e78-3416-4fc9-973f-6cf5ac8d654b
 ;;; gnus-audio.el ends here
Index: lisp/gnus-bcklg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-bcklg.el,v
retrieving revision 7.6
diff -u -r7.6 gnus-bcklg.el
--- lisp/gnus-bcklg.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/gnus-bcklg.el	4 Jul 2007 08:05:40 -0000
@@ -161,5 +161,11 @@
 
 (provide 'gnus-bcklg)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 66259e56-505a-4bba-8a0d-3552c5b94e39
 ;;; gnus-bcklg.el ends here
Index: lisp/gnus-bookmark.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-bookmark.el,v
retrieving revision 7.7
diff -u -r7.7 gnus-bookmark.el
--- lisp/gnus-bookmark.el	18 Aug 2006 10:23:31 -0000	7.7
+++ lisp/gnus-bookmark.el	4 Jul 2007 08:05:42 -0000
@@ -823,5 +823,11 @@
 
 (provide 'gnus-bookmark)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 779df694-366f-46e8-84b2-1d0340e6f525
 ;;; gnus-bookmark.el ends here
Index: lisp/gnus-cache.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-cache.el,v
retrieving revision 7.19
diff -u -r7.19 gnus-cache.el
--- lisp/gnus-cache.el	24 Jan 2007 07:15:37 -0000	7.19
+++ lisp/gnus-cache.el	4 Jul 2007 08:05:43 -0000
@@ -861,5 +861,11 @@
 
 (provide 'gnus-cache)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 05a79442-8c58-4e65-bd0a-3cbb1b89a33a
 ;;; gnus-cache.el ends here
Index: lisp/gnus-cite.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-cite.el,v
retrieving revision 7.35
diff -u -r7.35 gnus-cite.el
--- lisp/gnus-cite.el	25 May 2007 09:31:24 -0000	7.35
+++ lisp/gnus-cite.el	4 Jul 2007 08:05:47 -0000
@@ -1237,6 +1237,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;;; arch-tag: 1997b044-6067-471e-8c8f-dc903093098a
Index: lisp/gnus-cus.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-cus.el,v
retrieving revision 7.15
diff -u -r7.15 gnus-cus.el
--- lisp/gnus-cus.el	24 Jan 2007 07:15:37 -0000	7.15
+++ lisp/gnus-cus.el	4 Jul 2007 08:05:48 -0000
@@ -1061,5 +1061,11 @@
 
 (provide 'gnus-cus)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a37c285a-49bc-4235-8244-804536effeaf
 ;;; gnus-cus.el ends here
Index: lisp/gnus-delay.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-delay.el,v
retrieving revision 7.12
diff -u -r7.12 gnus-delay.el
--- lisp/gnus-delay.el	24 Jan 2007 07:15:37 -0000	7.12
+++ lisp/gnus-delay.el	4 Jul 2007 08:05:48 -0000
@@ -192,6 +192,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;; arch-tag: fb2ad634-a897-4142-a503-f5991ec2349d
Index: lisp/gnus-demon.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-demon.el,v
retrieving revision 7.13
diff -u -r7.13 gnus-demon.el
--- lisp/gnus-demon.el	24 Jan 2007 07:15:37 -0000	7.13
+++ lisp/gnus-demon.el	4 Jul 2007 08:05:48 -0000
@@ -321,5 +321,11 @@
 
 (provide 'gnus-demon)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 8dd5cd3d-6ae4-46b4-9b15-f5fca09fd392
 ;;; gnus-demon.el ends here
Index: lisp/gnus-diary.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-diary.el,v
retrieving revision 7.15
diff -u -r7.15 gnus-diary.el
--- lisp/gnus-diary.el	14 Jun 2007 09:49:27 -0000	7.15
+++ lisp/gnus-diary.el	4 Jul 2007 08:05:49 -0000
@@ -407,5 +407,11 @@
 
 (provide 'gnus-diary)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 98467e70-337e-4ddc-b92d-45d403ff1b4b
 ;;; gnus-diary.el ends here
Index: lisp/gnus-dired.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-dired.el,v
retrieving revision 7.7
diff -u -r7.7 gnus-dired.el
--- lisp/gnus-dired.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/gnus-dired.el	4 Jul 2007 08:05:49 -0000
@@ -203,5 +203,11 @@
 
 (provide 'gnus-dired)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 44737731-e445-4638-a31e-713c7590ec76
 ;;; gnus-dired.el ends here
Index: lisp/gnus-draft.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-draft.el,v
retrieving revision 7.16
diff -u -r7.16 gnus-draft.el
--- lisp/gnus-draft.el	24 Mar 2007 19:50:00 -0000	7.16
+++ lisp/gnus-draft.el	4 Jul 2007 08:05:50 -0000
@@ -328,5 +328,11 @@
 
 (provide 'gnus-draft)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3d92af58-8c97-4a5c-9db4-a98e85198022
 ;;; gnus-draft.el ends here
Index: lisp/gnus-dup.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-dup.el,v
retrieving revision 7.9
diff -u -r7.9 gnus-dup.el
--- lisp/gnus-dup.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/gnus-dup.el	4 Jul 2007 08:05:50 -0000
@@ -161,5 +161,11 @@
 
 (provide 'gnus-dup)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 903e94db-7b00-4d19-83ee-cf34a81fa5fb
 ;;; gnus-dup.el ends here
Index: lisp/gnus-eform.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-eform.el,v
retrieving revision 7.8
diff -u -r7.8 gnus-eform.el
--- lisp/gnus-eform.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/gnus-eform.el	4 Jul 2007 08:05:50 -0000
@@ -131,5 +131,11 @@
 
 (provide 'gnus-eform)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: ef50678c-2c28-49ef-affc-e53b3b2c0bf6
 ;;; gnus-eform.el ends here
Index: lisp/gnus-ems.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-ems.el,v
retrieving revision 7.19
diff -u -r7.19 gnus-ems.el
--- lisp/gnus-ems.el	14 Jun 2007 12:21:18 -0000	7.19
+++ lisp/gnus-ems.el	4 Jul 2007 08:05:51 -0000
@@ -304,5 +304,11 @@
 
 (provide 'gnus-ems)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: e7360b45-14b5-4171-aa39-69a44aed3cdb
 ;;; gnus-ems.el ends here
Index: lisp/gnus-fun.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-fun.el,v
retrieving revision 7.17
diff -u -r7.17 gnus-fun.el
--- lisp/gnus-fun.el	24 Jan 2007 07:15:37 -0000	7.17
+++ lisp/gnus-fun.el	4 Jul 2007 08:05:51 -0000
@@ -279,5 +279,11 @@
 
 (provide 'gnus-fun)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9d000a69-15cc-4491-9dc0-4627484f50c1
 ;;; gnus-fun.el ends here
Index: lisp/gnus-group.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-group.el,v
retrieving revision 7.92
diff -u -r7.92 gnus-group.el
--- lisp/gnus-group.el	24 Jan 2007 07:15:37 -0000	7.92
+++ lisp/gnus-group.el	4 Jul 2007 08:05:59 -0000
@@ -4566,5 +4566,11 @@
 
 (provide 'gnus-group)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 2eb5440f-0bca-4091-814c-e37817536af6
 ;;; gnus-group.el ends here
Index: lisp/gnus-int.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-int.el,v
retrieving revision 7.23
diff -u -r7.23 gnus-int.el
--- lisp/gnus-int.el	24 Jan 2007 07:15:37 -0000	7.23
+++ lisp/gnus-int.el	4 Jul 2007 08:06:00 -0000
@@ -711,5 +711,11 @@
 
 (provide 'gnus-int)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: bbc90087-9b7f-4017-a92c-3abf180ac86d
 ;;; gnus-int.el ends here
Index: lisp/gnus-kill.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-kill.el,v
retrieving revision 7.10
diff -u -r7.10 gnus-kill.el
--- lisp/gnus-kill.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/gnus-kill.el	4 Jul 2007 08:06:01 -0000
@@ -718,5 +718,11 @@
 
 (provide 'gnus-kill)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: b30c0f53-df1a-490b-b81e-17b13474f395
 ;;; gnus-kill.el ends here
Index: lisp/gnus-logic.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-logic.el,v
retrieving revision 7.6
diff -u -r7.6 gnus-logic.el
--- lisp/gnus-logic.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/gnus-logic.el	4 Jul 2007 08:06:03 -0000
@@ -228,5 +228,11 @@
 
 (provide 'gnus-logic)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9651a100-4a59-4b69-a55b-e511e67c0f8d
 ;;; gnus-logic.el ends here
Index: lisp/gnus-mh.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-mh.el,v
retrieving revision 7.7
diff -u -r7.7 gnus-mh.el
--- lisp/gnus-mh.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/gnus-mh.el	4 Jul 2007 08:06:03 -0000
@@ -112,5 +112,11 @@
 
 (provide 'gnus-mh)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 2d5696d3-b363-48e5-8749-c256be56acca
 ;;; gnus-mh.el ends here
Index: lisp/gnus-ml.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-ml.el,v
retrieving revision 7.10
diff -u -r7.10 gnus-ml.el
--- lisp/gnus-ml.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/gnus-ml.el	4 Jul 2007 08:06:03 -0000
@@ -180,5 +180,11 @@
 
 (provide 'gnus-ml)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 936c0fe6-acce-4c16-87d0-eded88078896
 ;;; gnus-ml.el ends here
Index: lisp/gnus-mlspl.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-mlspl.el,v
retrieving revision 7.8
diff -u -r7.8 gnus-mlspl.el
--- lisp/gnus-mlspl.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/gnus-mlspl.el	4 Jul 2007 08:06:04 -0000
@@ -229,5 +229,11 @@
 
 (provide 'gnus-mlspl)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 62b3381f-1e45-4b61-be1a-29fb27703322
 ;;; gnus-mlspl.el ends here
Index: lisp/gnus-move.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-move.el,v
retrieving revision 7.9
diff -u -r7.9 gnus-move.el
--- lisp/gnus-move.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/gnus-move.el	4 Jul 2007 08:06:04 -0000
@@ -180,5 +180,11 @@
 
 (provide 'gnus-move)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 503742b8-7d66-4d79-bb31-4a698070707b
 ;;; gnus-move.el ends here
Index: lisp/gnus-msg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-msg.el,v
retrieving revision 7.54
diff -u -r7.54 gnus-msg.el
--- lisp/gnus-msg.el	23 Apr 2007 12:21:30 -0000	7.54
+++ lisp/gnus-msg.el	4 Jul 2007 08:06:06 -0000
@@ -1988,5 +1988,11 @@
 
 (provide 'gnus-msg)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9f22b2f5-1c0a-49de-916e-4c88e984852b
 ;;; gnus-msg.el ends here
Index: lisp/gnus-nocem.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-nocem.el,v
retrieving revision 7.11
diff -u -r7.11 gnus-nocem.el
--- lisp/gnus-nocem.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/gnus-nocem.el	4 Jul 2007 08:06:07 -0000
@@ -396,5 +396,11 @@
 
 (provide 'gnus-nocem)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0e0c74ea-2f8e-4f3e-8fff-09f767c1adef
 ;;; gnus-nocem.el ends here
Index: lisp/gnus-picon.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-picon.el,v
retrieving revision 7.11
diff -u -r7.11 gnus-picon.el
--- lisp/gnus-picon.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/gnus-picon.el	4 Jul 2007 08:06:07 -0000
@@ -313,5 +313,11 @@
 
 (provide 'gnus-picon)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: fe9aede0-1b1b-463a-b4ab-807f98bcb31f
 ;;; gnus-picon.el ends here
Index: lisp/gnus-range.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-range.el,v
retrieving revision 7.9
diff -u -r7.9 gnus-range.el
--- lisp/gnus-range.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/gnus-range.el	4 Jul 2007 08:06:10 -0000
@@ -656,5 +656,11 @@
 
 (provide 'gnus-range)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 4780bdd8-5a15-4aff-be28-18727895b6ad
 ;;; gnus-range.el ends here
Index: lisp/gnus-registry.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-registry.el,v
retrieving revision 7.36
diff -u -r7.36 gnus-registry.el
--- lisp/gnus-registry.el	31 Mar 2007 13:59:41 -0000	7.36
+++ lisp/gnus-registry.el	4 Jul 2007 08:06:11 -0000
@@ -801,5 +801,11 @@
 
 (provide 'gnus-registry)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 5cba0a32-718a-4a97-8c91-0a15af21da94
 ;;; gnus-registry.el ends here
Index: lisp/gnus-salt.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-salt.el,v
retrieving revision 7.12
diff -u -r7.12 gnus-salt.el
--- lisp/gnus-salt.el	24 Jan 2007 07:15:37 -0000	7.12
+++ lisp/gnus-salt.el	4 Jul 2007 08:06:11 -0000
@@ -1062,5 +1062,11 @@
 
 (provide 'gnus-salt)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 35449164-77b3-4398-bcbd-a2e3e998f810
 ;;; gnus-salt.el ends here
Index: lisp/gnus-score.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-score.el,v
retrieving revision 7.32
diff -u -r7.32 gnus-score.el
--- lisp/gnus-score.el	24 Mar 2007 19:43:05 -0000	7.32
+++ lisp/gnus-score.el	4 Jul 2007 08:06:16 -0000
@@ -3114,5 +3114,11 @@
 
 (provide 'gnus-score)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: d3922589-764d-46ae-9954-9330fd192634
 ;;; gnus-score.el ends here
Index: lisp/gnus-setup.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-setup.el,v
retrieving revision 7.7
diff -u -r7.7 gnus-setup.el
--- lisp/gnus-setup.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/gnus-setup.el	4 Jul 2007 08:06:17 -0000
@@ -191,5 +191,11 @@
 
 (run-hooks 'gnus-setup-load-hook)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 08e4af93-8565-46bf-905c-36229400609d
 ;;; gnus-setup.el ends here
Index: lisp/gnus-sieve.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-sieve.el,v
retrieving revision 7.8
diff -u -r7.8 gnus-sieve.el
--- lisp/gnus-sieve.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/gnus-sieve.el	4 Jul 2007 08:06:17 -0000
@@ -237,5 +237,11 @@
 
 (provide 'gnus-sieve)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3b906527-c7f3-4c86-9e82-62e2697998a3
 ;;; gnus-sieve.el ends here
Index: lisp/gnus-soup.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-soup.el,v
retrieving revision 7.10
diff -u -r7.10 gnus-soup.el
--- lisp/gnus-soup.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/gnus-soup.el	4 Jul 2007 08:06:19 -0000
@@ -610,5 +610,11 @@
 
 (provide 'gnus-soup)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: eddfa69d-13e8-4aea-84ef-62a526ef185c
 ;;; gnus-soup.el ends here
Index: lisp/gnus-spec.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-spec.el,v
retrieving revision 7.17
diff -u -r7.17 gnus-spec.el
--- lisp/gnus-spec.el	24 Jan 2007 07:15:37 -0000	7.17
+++ lisp/gnus-spec.el	4 Jul 2007 08:06:20 -0000
@@ -763,6 +763,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;;; arch-tag: a4328fa1-1f84-4b09-97ad-4b5767cfd50f
Index: lisp/gnus-srvr.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-srvr.el,v
retrieving revision 7.25
diff -u -r7.25 gnus-srvr.el
--- lisp/gnus-srvr.el	25 May 2007 09:31:24 -0000	7.25
+++ lisp/gnus-srvr.el	4 Jul 2007 08:06:21 -0000
@@ -1055,5 +1055,11 @@
 
 (provide 'gnus-srvr)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: c0117f64-27ca-475d-9406-8da6854c7a25
 ;;; gnus-srvr.el ends here
Index: lisp/gnus-start.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-start.el,v
retrieving revision 7.51
diff -u -r7.51 gnus-start.el
--- lisp/gnus-start.el	16 Jun 2007 12:12:45 -0000	7.51
+++ lisp/gnus-start.el	4 Jul 2007 08:06:27 -0000
@@ -3176,6 +3176,12 @@
 
 (provide 'gnus-start)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: f4584a22-b7b7-4853-abfc-a637329af5d2
 ;;; gnus-start.el ends here
 
Index: lisp/gnus-sum.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-sum.el,v
retrieving revision 7.188
diff -u -r7.188 gnus-sum.el
--- lisp/gnus-sum.el	14 Jun 2007 09:49:28 -0000	7.188
+++ lisp/gnus-sum.el	4 Jul 2007 08:06:47 -0000
@@ -12404,6 +12404,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;; arch-tag: 17c6748f-6d00-4d36-bf01-835c42f31235
Index: lisp/gnus-topic.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-topic.el,v
retrieving revision 7.19
diff -u -r7.19 gnus-topic.el
--- lisp/gnus-topic.el	5 Mar 2007 11:03:16 -0000	7.19
+++ lisp/gnus-topic.el	4 Jul 2007 08:06:50 -0000
@@ -1775,5 +1775,11 @@
 
 (provide 'gnus-topic)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: bf176856-f30c-40f0-ae77-e41529a1134c
 ;;; gnus-topic.el ends here
Index: lisp/gnus-undo.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-undo.el,v
retrieving revision 7.10
diff -u -r7.10 gnus-undo.el
--- lisp/gnus-undo.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/gnus-undo.el	4 Jul 2007 08:06:52 -0000
@@ -190,5 +190,11 @@
 
 (provide 'gnus-undo)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0d787bc7-787d-499a-837f-211d2cb07f2e
 ;;; gnus-undo.el ends here
Index: lisp/gnus-util.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-util.el,v
retrieving revision 7.64
diff -u -r7.64 gnus-util.el
--- lisp/gnus-util.el	19 Jun 2007 12:06:26 -0000	7.64
+++ lisp/gnus-util.el	4 Jul 2007 08:06:54 -0000
@@ -1710,5 +1710,11 @@
 
 (provide 'gnus-util)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f94991af-d32b-4c97-8c26-ca12a934de49
 ;;; gnus-util.el ends here
Index: lisp/gnus-uu.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-uu.el,v
retrieving revision 7.27
diff -u -r7.27 gnus-uu.el
--- lisp/gnus-uu.el	17 Apr 2007 06:16:10 -0000	7.27
+++ lisp/gnus-uu.el	4 Jul 2007 08:06:57 -0000
@@ -2126,5 +2126,11 @@
 
 (provide 'gnus-uu)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 05312384-0a83-4720-9a58-b3160b888853
 ;;; gnus-uu.el ends here
Index: lisp/gnus-vm.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-vm.el,v
retrieving revision 7.6
diff -u -r7.6 gnus-vm.el
--- lisp/gnus-vm.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/gnus-vm.el	4 Jul 2007 08:06:57 -0000
@@ -105,5 +105,11 @@
 
 (provide 'gnus-vm)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 42ca7f88-a12f-461d-be3e-cac7efb44866
 ;;; gnus-vm.el ends here
Index: lisp/gnus-win.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-win.el,v
retrieving revision 7.9
diff -u -r7.9 gnus-win.el
--- lisp/gnus-win.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/gnus-win.el	4 Jul 2007 08:06:59 -0000
@@ -587,5 +587,11 @@
 
 (provide 'gnus-win)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: ccd5a394-2ddf-4397-b8f8-6d80d3e46e2b
 ;;; gnus-win.el ends here
Index: lisp/gnus-xmas.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-xmas.el,v
retrieving revision 7.20
diff -u -r7.20 gnus-xmas.el
--- lisp/gnus-xmas.el	5 Jun 2007 12:15:35 -0000	7.20
+++ lisp/gnus-xmas.el	4 Jul 2007 08:07:00 -0000
@@ -951,5 +951,11 @@
 
 (provide 'gnus-xmas)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 4e84de3f-ea0a-4ee3-bfeb-e03d46fcacef
 ;;; gnus-xmas.el ends here
Index: lisp/gnus.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus.el,v
retrieving revision 7.66
diff -u -r7.66 gnus.el
--- lisp/gnus.el	4 Jun 2007 11:58:52 -0000	7.66
+++ lisp/gnus.el	4 Jul 2007 08:07:07 -0000
@@ -4359,5 +4359,11 @@
 
 (provide 'gnus)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: acebeeab-f331-4f8f-a7ea-89c58c84f636
 ;;; gnus.el ends here
Index: lisp/hashcash.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/hashcash.el,v
retrieving revision 7.19
diff -u -r7.19 hashcash.el
--- lisp/hashcash.el	24 Mar 2007 17:20:56 -0000	7.19
+++ lisp/hashcash.el	4 Jul 2007 08:07:09 -0000
@@ -367,4 +367,10 @@
 
 (provide 'hashcash)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0e7fe983-a124-4392-9788-0dbcbd2c4d62
Index: lisp/hex-util.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/hex-util.el,v
retrieving revision 7.6
diff -u -r7.6 hex-util.el
--- lisp/hex-util.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/hex-util.el	4 Jul 2007 08:07:09 -0000
@@ -71,5 +71,11 @@
 
 (provide 'hex-util)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: fe8aaa79-6c86-400e-813f-5a8cc4cb3859
 ;;; hex-util.el ends here
Index: lisp/hmac-def.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/hmac-def.el,v
retrieving revision 7.3
diff -u -r7.3 hmac-def.el
--- lisp/hmac-def.el	6 Jul 2005 06:42:01 -0000	7.3
+++ lisp/hmac-def.el	4 Jul 2007 08:07:09 -0000
@@ -82,5 +82,11 @@
 
 (provide 'hmac-def)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 645adcef-b835-4900-a10a-11f636c982b9
 ;;; hmac-def.el ends here
Index: lisp/hmac-md5.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/hmac-md5.el,v
retrieving revision 7.4
diff -u -r7.4 hmac-md5.el
--- lisp/hmac-md5.el	6 Jul 2005 06:42:01 -0000	7.4
+++ lisp/hmac-md5.el	4 Jul 2007 08:07:09 -0000
@@ -81,5 +81,11 @@
 
 (provide 'hmac-md5)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0ab3f4f6-3d4b-4167-a9fa-635b7fed7f27
 ;;; hmac-md5.el ends here
Index: lisp/html2text.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/html2text.el,v
retrieving revision 7.18
diff -u -r7.18 html2text.el
--- lisp/html2text.el	24 Jan 2007 07:15:37 -0000	7.18
+++ lisp/html2text.el	4 Jul 2007 08:07:09 -0000
@@ -510,5 +510,12 @@
 ;; </Interactive functions>
 ;;
 (provide 'html2text)
+
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: e9e57b79-35d4-4de1-a647-e7e01fe56d1e
 ;;; html2text.el ends here
Index: lisp/ietf-drums.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ietf-drums.el,v
retrieving revision 7.12
diff -u -r7.12 ietf-drums.el
--- lisp/ietf-drums.el	24 Jan 2007 07:15:37 -0000	7.12
+++ lisp/ietf-drums.el	4 Jul 2007 08:07:10 -0000
@@ -289,5 +289,11 @@
 
 (provide 'ietf-drums)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 379a0191-dbae-4ca6-a0f5-d4202c209ef9
 ;;; ietf-drums.el ends here
Index: lisp/imap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/imap.el,v
retrieving revision 7.30
diff -u -r7.30 imap.el
--- lisp/imap.el	24 Jan 2007 07:15:37 -0000	7.30
+++ lisp/imap.el	4 Jul 2007 08:07:15 -0000
@@ -2928,5 +2928,11 @@
 
 (provide 'imap)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 27369ed6-33e4-482f-96f1-8bb906ba70f7
 ;;; imap.el ends here
Index: lisp/legacy-gnus-agent.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/legacy-gnus-agent.el,v
retrieving revision 1.8
diff -u -r1.8 legacy-gnus-agent.el
--- lisp/legacy-gnus-agent.el	24 Jan 2007 07:15:37 -0000	1.8
+++ lisp/legacy-gnus-agent.el	4 Jul 2007 08:07:15 -0000
@@ -255,5 +255,11 @@
 
 (provide 'legacy-gnus-agent)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 845c7b8a-88f7-4468-b8d7-94e8fc72cf1a
 ;;; legacy-gnus-agent.el ends here
Index: lisp/lpath.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/lpath.el,v
retrieving revision 7.29
diff -u -r7.29 lpath.el
--- lisp/lpath.el	7 Jun 2007 11:59:35 -0000	7.29
+++ lisp/lpath.el	4 Jul 2007 08:07:15 -0000
@@ -86,4 +86,10 @@
 
 (provide 'lpath)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: d1ad864f-dca6-4d21-aa3f-be3248e66dba
Index: lisp/mail-parse.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mail-parse.el,v
retrieving revision 7.9
diff -u -r7.9 mail-parse.el
--- lisp/mail-parse.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/mail-parse.el	4 Jul 2007 08:07:16 -0000
@@ -76,5 +76,11 @@
 
 (provide 'mail-parse)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3e63d75c-c962-4784-ab01-7ba07ca9d2d4
 ;;; mail-parse.el ends here
Index: lisp/mail-prsvr.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mail-prsvr.el,v
retrieving revision 7.7
diff -u -r7.7 mail-prsvr.el
--- lisp/mail-prsvr.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/mail-prsvr.el	4 Jul 2007 08:07:16 -0000
@@ -43,5 +43,11 @@
 
 (provide 'mail-prsvr)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9ba878cc-8b43-4f7a-85b1-69b1a9a5d9f5
 ;;; mail-prsvr.el ends here
Index: lisp/mail-source.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mail-source.el,v
retrieving revision 7.20
diff -u -r7.20 mail-source.el
--- lisp/mail-source.el	14 Jun 2007 09:49:28 -0000	7.20
+++ lisp/mail-source.el	4 Jul 2007 08:07:16 -0000
@@ -1094,5 +1094,11 @@
 
 (provide 'mail-source)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 72948025-1d17-4d6c-bb12-ef1aa2c490fd
 ;;; mail-source.el ends here
Index: lisp/mailcap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mailcap.el,v
retrieving revision 7.10
diff -u -r7.10 mailcap.el
--- lisp/mailcap.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/mailcap.el	4 Jul 2007 08:07:18 -0000
@@ -996,5 +996,11 @@
 
 (provide 'mailcap)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 1fd4f9c9-c305-4d2e-9747-3a4d45baa0bd
 ;;; mailcap.el ends here
Index: lisp/md4.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/md4.el,v
retrieving revision 7.5
diff -u -r7.5 md4.el
--- lisp/md4.el	6 Jul 2005 06:42:01 -0000	7.5
+++ lisp/md4.el	4 Jul 2007 08:07:18 -0000
@@ -225,5 +225,11 @@
 
 (provide 'md4)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 99d706fe-089b-42ea-9507-67ae41091e6e
 ;;; md4.el ends here
Index: lisp/message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 7.218
diff -u -r7.218 message.el
--- lisp/message.el	22 Jun 2007 12:20:13 -0000	7.218
+++ lisp/message.el	4 Jul 2007 08:07:32 -0000
@@ -7732,6 +7732,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;; arch-tag: 94b32cac-4504-4b6c-8181-030ebf380ee0
Index: lisp/messagexmas.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/messagexmas.el,v
retrieving revision 7.9
diff -u -r7.9 messagexmas.el
--- lisp/messagexmas.el	16 Jan 2006 22:57:46 -0000	7.9
+++ lisp/messagexmas.el	4 Jul 2007 08:07:33 -0000
@@ -194,5 +194,11 @@
 
 (provide 'messagexmas)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0ece0484-8757-4641-b2d4-17147dd5c5b5
 ;;; messagexmas.el ends here
Index: lisp/messcompat.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/messcompat.el,v
retrieving revision 7.7
diff -u -r7.7 messcompat.el
--- lisp/messcompat.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/messcompat.el	4 Jul 2007 08:07:33 -0000
@@ -91,5 +91,11 @@
 
 (provide 'messcompat)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a76673be-905e-4bbd-8966-615370494a7b
 ;;; messcompat.el ends here
Index: lisp/mm-bodies.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-bodies.el,v
retrieving revision 7.14
diff -u -r7.14 mm-bodies.el
--- lisp/mm-bodies.el	24 Jan 2007 07:15:37 -0000	7.14
+++ lisp/mm-bodies.el	4 Jul 2007 08:07:33 -0000
@@ -302,5 +302,11 @@
 
 (provide 'mm-bodies)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 41104bb6-4443-4ca9-8d5c-ff87ecf27d8d
 ;;; mm-bodies.el ends here
Index: lisp/mm-decode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-decode.el,v
retrieving revision 7.54
diff -u -r7.54 mm-decode.el
--- lisp/mm-decode.el	5 Jun 2007 02:12:17 -0000	7.54
+++ lisp/mm-decode.el	4 Jul 2007 08:07:35 -0000
@@ -1605,5 +1605,11 @@
 
 (provide 'mm-decode)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 4f35d360-56b8-4030-9388-3ed82d359b9b
 ;;; mm-decode.el ends here
Index: lisp/mm-encode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-encode.el,v
retrieving revision 7.10
diff -u -r7.10 mm-encode.el
--- lisp/mm-encode.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/mm-encode.el	4 Jul 2007 08:07:35 -0000
@@ -206,5 +206,11 @@
 
 (provide 'mm-encode)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 7d01bba4-d469-4851-952b-dc863f84ed66
 ;;; mm-encode.el ends here
Index: lisp/mm-extern.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-extern.el,v
retrieving revision 7.11
diff -u -r7.11 mm-extern.el
--- lisp/mm-extern.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/mm-extern.el	4 Jul 2007 08:07:35 -0000
@@ -165,5 +165,11 @@
 
 (provide 'mm-extern)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9653808e-14d9-4172-86e6-adceaa05378e
 ;;; mm-extern.el ends here
Index: lisp/mm-partial.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-partial.el,v
retrieving revision 7.7
diff -u -r7.7 mm-partial.el
--- lisp/mm-partial.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/mm-partial.el	4 Jul 2007 08:07:36 -0000
@@ -152,5 +152,11 @@
 
 (provide 'mm-partial)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 460e7424-05f2-4a1d-a0f2-70ec081eff7d
 ;;; mm-partial.el ends here
Index: lisp/mm-url.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-url.el,v
retrieving revision 7.18
diff -u -r7.18 mm-url.el
--- lisp/mm-url.el	24 Jan 2007 07:15:37 -0000	7.18
+++ lisp/mm-url.el	4 Jul 2007 08:07:36 -0000
@@ -457,5 +457,11 @@
 
 (provide 'mm-url)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0594f9b3-417c-48b0-adc2-5082e1e7917f
 ;;; mm-url.el ends here
Index: lisp/mm-util.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-util.el,v
retrieving revision 7.65
diff -u -r7.65 mm-util.el
--- lisp/mm-util.el	26 Apr 2007 22:42:47 -0000	7.65
+++ lisp/mm-util.el	4 Jul 2007 08:07:39 -0000
@@ -1462,5 +1462,11 @@
 
 (provide 'mm-util)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 94dc5388-825d-4fd1-bfa5-2100aa351238
 ;;; mm-util.el ends here
Index: lisp/mm-uu.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-uu.el,v
retrieving revision 7.43
diff -u -r7.43 mm-uu.el
--- lisp/mm-uu.el	24 Jan 2007 07:15:37 -0000	7.43
+++ lisp/mm-uu.el	4 Jul 2007 08:07:41 -0000
@@ -729,5 +729,11 @@
 
 (provide 'mm-uu)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 7db076bf-53db-4320-aa19-ca76a1d2ab2c
 ;;; mm-uu.el ends here
Index: lisp/mm-view.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-view.el,v
retrieving revision 7.48
diff -u -r7.48 mm-view.el
--- lisp/mm-view.el	19 Apr 2007 10:08:11 -0000	7.48
+++ lisp/mm-view.el	4 Jul 2007 08:07:42 -0000
@@ -676,5 +676,11 @@
 
 (provide 'mm-view)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: b60e749a-d05c-47f2-bccd-bdaa59327cb2
 ;;; mm-view.el ends here
Index: lisp/mml-sec.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mml-sec.el,v
retrieving revision 7.16
diff -u -r7.16 mml-sec.el
--- lisp/mml-sec.el	6 Mar 2007 05:16:37 -0000	7.16
+++ lisp/mml-sec.el	4 Jul 2007 08:07:43 -0000
@@ -376,5 +376,11 @@
 
 (provide 'mml-sec)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 111c56e7-df5e-4287-87d7-93ed2911ec6c
 ;;; mml-sec.el ends here
Index: lisp/mml-smime.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mml-smime.el,v
retrieving revision 7.17
diff -u -r7.17 mml-smime.el
--- lisp/mml-smime.el	6 Mar 2007 05:57:07 -0000	7.17
+++ lisp/mml-smime.el	4 Jul 2007 08:07:43 -0000
@@ -540,5 +540,11 @@
 
 (provide 'mml-smime)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f1bf94d4-f2cd-4c6f-b059-ad69492817e2
 ;;; mml-smime.el ends here
Index: lisp/mml.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mml.el,v
retrieving revision 7.51
diff -u -r7.51 mml.el
--- lisp/mml.el	19 Feb 2007 23:27:42 -0000	7.51
+++ lisp/mml.el	4 Jul 2007 08:07:45 -0000
@@ -1439,5 +1439,11 @@
 
 (provide 'mml)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 583c96cf-1ffe-451b-a5e5-4733ae9ddd12
 ;;; mml.el ends here
Index: lisp/mml1991.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mml1991.el,v
retrieving revision 7.21
diff -u -r7.21 mml1991.el
--- lisp/mml1991.el	24 Jan 2007 07:15:37 -0000	7.21
+++ lisp/mml1991.el	4 Jul 2007 08:07:46 -0000
@@ -506,6 +506,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;;; arch-tag: e542be18-ab28-4393-9b33-97fe9cf30706
Index: lisp/mml2015.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mml2015.el,v
retrieving revision 7.45
diff -u -r7.45 mml2015.el
--- lisp/mml2015.el	28 Feb 2007 22:19:09 -0000	7.45
+++ lisp/mml2015.el	4 Jul 2007 08:07:49 -0000
@@ -1368,5 +1368,11 @@
 
 (provide 'mml2015)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: b04701d5-0b09-44d8-bed8-de901bf435f2
 ;;; mml2015.el ends here
Index: lisp/netrc.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/netrc.el,v
retrieving revision 7.15
diff -u -r7.15 netrc.el
--- lisp/netrc.el	28 Feb 2007 22:26:30 -0000	7.15
+++ lisp/netrc.el	4 Jul 2007 08:07:49 -0000
@@ -200,5 +200,11 @@
 
 (provide 'netrc)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: af9929cc-2d12-482f-936e-eb4366f9fa55
 ;;; netrc.el ends here
Index: lisp/nnagent.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnagent.el,v
retrieving revision 7.12
diff -u -r7.12 nnagent.el
--- lisp/nnagent.el	2 Jul 2007 12:15:13 -0000	7.12
+++ lisp/nnagent.el	4 Jul 2007 08:07:49 -0000
@@ -261,5 +261,11 @@
 
 (provide 'nnagent)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: af710b77-f816-4969-af31-6fd94fb42245
 ;;; nnagent.el ends here
Index: lisp/nnbabyl.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnbabyl.el,v
retrieving revision 7.9
diff -u -r7.9 nnbabyl.el
--- lisp/nnbabyl.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/nnbabyl.el	4 Jul 2007 08:07:50 -0000
@@ -665,5 +665,11 @@
 
 (provide 'nnbabyl)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: aa7ddedb-8c07-4c0e-beb0-58e795c2b81b
 ;;; nnbabyl.el ends here
Index: lisp/nndb.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nndb.el,v
retrieving revision 7.13
diff -u -r7.13 nndb.el
--- lisp/nndb.el	24 Jan 2007 07:15:37 -0000	7.13
+++ lisp/nndb.el	4 Jul 2007 08:07:50 -0000
@@ -316,5 +316,11 @@
 
 (provide 'nndb)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 83bd6fb4-58d9-4fed-a901-c6c625ad5f8a
 ;;; nndb.el ends here
Index: lisp/nndiary.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nndiary.el,v
retrieving revision 7.15
diff -u -r7.15 nndiary.el
--- lisp/nndiary.el	14 Jun 2007 09:49:28 -0000	7.15
+++ lisp/nndiary.el	4 Jul 2007 08:07:53 -0000
@@ -1588,6 +1588,11 @@
 
 (provide 'nndiary)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 
 ;;; arch-tag: 9c542b95-92e7-4ace-a038-330ab296e203
 ;;; nndiary.el ends here
Index: lisp/nndir.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nndir.el,v
retrieving revision 7.7
diff -u -r7.7 nndir.el
--- lisp/nndir.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/nndir.el	4 Jul 2007 08:07:53 -0000
@@ -98,5 +98,11 @@
 
 (provide 'nndir)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 56f09f68-0e4e-4816-818a-df80b4a394c8
 ;;; nndir.el ends here
Index: lisp/nndoc.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nndoc.el,v
retrieving revision 7.11
diff -u -r7.11 nndoc.el
--- lisp/nndoc.el	3 May 2007 18:34:28 -0000	7.11
+++ lisp/nndoc.el	4 Jul 2007 08:07:55 -0000
@@ -1027,5 +1027,11 @@
 
 (provide 'nndoc)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f5c2970e-0387-47ac-a0b3-6cc317dffabe
 ;;; nndoc.el ends here
Index: lisp/nndraft.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nndraft.el,v
retrieving revision 7.10
diff -u -r7.10 nndraft.el
--- lisp/nndraft.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/nndraft.el	4 Jul 2007 08:07:55 -0000
@@ -315,5 +315,11 @@
 
 (provide 'nndraft)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3ce26ca0-41cb-48b1-8703-4dad35e188aa
 ;;; nndraft.el ends here
Index: lisp/nneething.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nneething.el,v
retrieving revision 7.10
diff -u -r7.10 nneething.el
--- lisp/nneething.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/nneething.el	4 Jul 2007 08:07:56 -0000
@@ -428,5 +428,11 @@
 
 (provide 'nneething)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 1277f386-88f2-4459-bb24-f3f45962a6c5
 ;;; nneething.el ends here
Index: lisp/nnfolder.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnfolder.el,v
retrieving revision 7.18
diff -u -r7.18 nnfolder.el
--- lisp/nnfolder.el	10 May 2007 10:22:26 -0000	7.18
+++ lisp/nnfolder.el	4 Jul 2007 08:07:59 -0000
@@ -1294,5 +1294,11 @@
 
 (provide 'nnfolder)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a040d0f4-4f4e-445f-8972-839575c5f7e6
 ;;; nnfolder.el ends here
Index: lisp/nngateway.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nngateway.el,v
retrieving revision 7.6
diff -u -r7.6 nngateway.el
--- lisp/nngateway.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/nngateway.el	4 Jul 2007 08:07:59 -0000
@@ -91,5 +91,11 @@
 
 (provide 'nngateway)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f7ecb92e-b10c-43d5-9a9b-1314233341fc
 ;;; nngateway.el ends here
Index: lisp/nnheader.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnheader.el,v
retrieving revision 7.26
diff -u -r7.26 nnheader.el
--- lisp/nnheader.el	19 Jun 2007 12:06:26 -0000	7.26
+++ lisp/nnheader.el	4 Jul 2007 08:08:00 -0000
@@ -1073,5 +1073,11 @@
 
 (provide 'nnheader)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a9c4b7d9-52ae-4ec9-b196-dfd93124d202
 ;;; nnheader.el ends here
Index: lisp/nnheaderxm.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnheaderxm.el,v
retrieving revision 7.6
diff -u -r7.6 nnheaderxm.el
--- lisp/nnheaderxm.el	30 Apr 2006 09:44:06 -0000	7.6
+++ lisp/nnheaderxm.el	4 Jul 2007 08:08:00 -0000
@@ -32,5 +32,11 @@
 
 (provide 'nnheaderxm)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: ee2b3387-d3ca-4de6-9b64-304d838706dd
 ;;; nnheaderxm.el ends here
Index: lisp/nnimap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v
retrieving revision 7.35
diff -u -r7.35 nnimap.el
--- lisp/nnimap.el	24 May 2007 15:16:12 -0000	7.35
+++ lisp/nnimap.el	4 Jul 2007 08:08:04 -0000
@@ -1774,5 +1774,11 @@
 
 (provide 'nnimap)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 2b001f20-3ff9-4094-a0ad-46807c1ba70b
 ;;; nnimap.el ends here
Index: lisp/nnkiboze.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnkiboze.el,v
retrieving revision 7.10
diff -u -r7.10 nnkiboze.el
--- lisp/nnkiboze.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/nnkiboze.el	4 Jul 2007 08:08:05 -0000
@@ -389,5 +389,11 @@
 
 (provide 'nnkiboze)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 66068271-bdc9-4801-bcde-779702e73a05
 ;;; nnkiboze.el ends here
Index: lisp/nnlistserv.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnlistserv.el,v
retrieving revision 7.9
diff -u -r7.9 nnlistserv.el
--- lisp/nnlistserv.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/nnlistserv.el	4 Jul 2007 08:08:05 -0000
@@ -150,5 +150,11 @@
 
 (provide 'nnlistserv)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 7705176f-d332-4a5e-a520-d0d319445617
 ;;; nnlistserv.el ends here
Index: lisp/nnmail.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnmail.el,v
retrieving revision 7.29
diff -u -r7.29 nnmail.el
--- lisp/nnmail.el	31 Mar 2007 13:59:41 -0000	7.29
+++ lisp/nnmail.el	4 Jul 2007 08:08:07 -0000
@@ -2039,5 +2039,11 @@
 
 (provide 'nnmail)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: fe8f671a-50db-428a-bb5d-f00462f72ed7
 ;;; nnmail.el ends here
Index: lisp/nnmaildir.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnmaildir.el,v
retrieving revision 7.12
diff -u -r7.12 nnmaildir.el
--- lisp/nnmaildir.el	10 Oct 2006 21:48:57 -0000	7.12
+++ lisp/nnmaildir.el	4 Jul 2007 08:08:10 -0000
@@ -1677,7 +1677,9 @@
 (provide 'nnmaildir)
 
 ;; Local Variables:
+;; coding: iso-8859-1
 ;; indent-tabs-mode: t
+;; tab-width: 8
 ;; fill-column: 77
 ;; End:
 
Index: lisp/nnmbox.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnmbox.el,v
retrieving revision 7.8
diff -u -r7.8 nnmbox.el
--- lisp/nnmbox.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/nnmbox.el	4 Jul 2007 08:08:11 -0000
@@ -695,5 +695,11 @@
 
 (provide 'nnmbox)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 611dd95f-be37-413a-b3ae-8b059ba93659
 ;;; nnmbox.el ends here
Index: lisp/nnmh.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnmh.el,v
retrieving revision 7.10
diff -u -r7.10 nnmh.el
--- lisp/nnmh.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/nnmh.el	4 Jul 2007 08:08:12 -0000
@@ -577,5 +577,11 @@
 
 (provide 'nnmh)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 36c12a98-3bad-44b3-9953-628078ef0e04
 ;;; nnmh.el ends here
Index: lisp/nnml.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnml.el,v
retrieving revision 7.21
diff -u -r7.21 nnml.el
--- lisp/nnml.el	10 May 2007 10:22:26 -0000	7.21
+++ lisp/nnml.el	4 Jul 2007 08:08:15 -0000
@@ -1235,5 +1235,11 @@
 
 (provide 'nnml)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 52c97dc3-9735-45de-b439-9e4d23b52004
 ;;; nnml.el ends here
Index: lisp/nnnil.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnnil.el,v
retrieving revision 7.4
diff -u -r7.4 nnnil.el
--- lisp/nnnil.el	5 Jul 2005 22:34:49 -0000	7.4
+++ lisp/nnnil.el	4 Jul 2007 08:08:15 -0000
@@ -78,4 +78,10 @@
 
 (provide 'nnnil)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a982a1a3-bc5e-4fb1-a233-d7657a3e3257
Index: lisp/nnoo.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnoo.el,v
retrieving revision 7.7
diff -u -r7.7 nnoo.el
--- lisp/nnoo.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/nnoo.el	4 Jul 2007 08:08:15 -0000
@@ -324,5 +324,11 @@
 
 (provide 'nnoo)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 0196b5ed-6f34-4778-a455-73a971f837e7
 ;;; nnoo.el ends here
Index: lisp/nnrss.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnrss.el,v
retrieving revision 7.47
diff -u -r7.47 nnrss.el
--- lisp/nnrss.el	24 Jan 2007 07:15:37 -0000	7.47
+++ lisp/nnrss.el	4 Jul 2007 08:08:17 -0000
@@ -1093,7 +1093,11 @@
 
 (provide 'nnrss)
 
-
-;;; nnrss.el ends here
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 
 ;;; arch-tag: 12910c07-0cdf-44fb-8d2c-416ded64c267
+;;; nnrss.el ends here
\ No newline at end of file
Index: lisp/nnslashdot.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnslashdot.el,v
retrieving revision 7.13
diff -u -r7.13 nnslashdot.el
--- lisp/nnslashdot.el	30 Jan 2007 22:19:27 -0000	7.13
+++ lisp/nnslashdot.el	4 Jul 2007 08:08:18 -0000
@@ -503,5 +503,11 @@
 
 (provide 'nnslashdot)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: aa73df7a-f7e6-4eef-bdea-5ce2f8c691b3
 ;;; nnslashdot.el ends here
Index: lisp/nnsoup.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnsoup.el,v
retrieving revision 7.11
diff -u -r7.11 nnsoup.el
--- lisp/nnsoup.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/nnsoup.el	4 Jul 2007 08:08:19 -0000
@@ -810,5 +810,11 @@
 
 (provide 'nnsoup)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: b0451389-5703-4450-9425-f66f6b38c828
 ;;; nnsoup.el ends here
Index: lisp/nnspool.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnspool.el,v
retrieving revision 7.12
diff -u -r7.12 nnspool.el
--- lisp/nnspool.el	24 Jan 2007 07:15:37 -0000	7.12
+++ lisp/nnspool.el	4 Jul 2007 08:08:21 -0000
@@ -458,5 +458,11 @@
 
 (provide 'nnspool)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: bdac8d27-2934-4eee-bad0-49e6b90c0d05
 ;;; nnspool.el ends here
Index: lisp/nntp.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nntp.el,v
retrieving revision 7.39
diff -u -r7.39 nntp.el
--- lisp/nntp.el	14 Jun 2007 12:21:18 -0000	7.39
+++ lisp/nntp.el	4 Jul 2007 08:08:23 -0000
@@ -2090,5 +2090,11 @@
 
 (provide 'nntp)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 8655466a-b1b5-4929-9c45-7b1b2e767271
 ;;; nntp.el ends here
Index: lisp/nnultimate.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnultimate.el,v
retrieving revision 7.7
diff -u -r7.7 nnultimate.el
--- lisp/nnultimate.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/nnultimate.el	4 Jul 2007 08:08:24 -0000
@@ -476,6 +476,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;;; arch-tag: ab6bfc45-8fe1-4647-9c78-41050eb152b8
Index: lisp/nnvirtual.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnvirtual.el,v
retrieving revision 7.10
diff -u -r7.10 nnvirtual.el
--- lisp/nnvirtual.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/nnvirtual.el	4 Jul 2007 08:08:25 -0000
@@ -812,5 +812,11 @@
 
 (provide 'nnvirtual)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: ca8c8ad9-1bd8-4b0f-9722-90dc645a45f5
 ;;; nnvirtual.el ends here
Index: lisp/nnwarchive.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnwarchive.el,v
retrieving revision 7.7
diff -u -r7.7 nnwarchive.el
--- lisp/nnwarchive.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/nnwarchive.el	4 Jul 2007 08:08:26 -0000
@@ -725,5 +725,11 @@
 
 (provide 'nnwarchive)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 1ab7a15c-777a-40e0-95c0-0c41b3963578
 ;;; nnwarchive.el ends here
Index: lisp/nnweb.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnweb.el,v
retrieving revision 7.34
diff -u -r7.34 nnweb.el
--- lisp/nnweb.el	19 Feb 2007 00:50:23 -0000	7.34
+++ lisp/nnweb.el	4 Jul 2007 08:08:27 -0000
@@ -610,5 +610,11 @@
 
 (provide 'nnweb)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f59307eb-c90f-479f-b7d2-dbd8bf51b697
 ;;; nnweb.el ends here
Index: lisp/nnwfm.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnwfm.el,v
retrieving revision 7.6
diff -u -r7.6 nnwfm.el
--- lisp/nnwfm.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/nnwfm.el	4 Jul 2007 08:08:28 -0000
@@ -428,6 +428,8 @@
 
 ;; Local Variables:
 ;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
 ;; End:
 
 ;;; arch-tag: d813966a-4211-4557-ad11-d1ac2bc86536
Index: lisp/ntlm.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ntlm.el,v
retrieving revision 7.5
diff -u -r7.5 ntlm.el
--- lisp/ntlm.el	6 Jul 2005 06:42:01 -0000	7.5
+++ lisp/ntlm.el	4 Jul 2007 08:08:29 -0000
@@ -533,5 +533,11 @@
 
 (provide 'ntlm)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 348ace18-f8e2-4176-8fe9-d9ab4e96f296
 ;;; ntlm.el ends here
Index: lisp/parse-time.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/parse-time.el,v
retrieving revision 7.7
diff -u -r7.7 parse-time.el
--- lisp/parse-time.el	1 May 2007 23:01:13 -0000	7.7
+++ lisp/parse-time.el	4 Jul 2007 08:08:31 -0000
@@ -213,5 +213,11 @@
 
 (provide 'parse-time)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 07066094-45a8-4c68-b307-86195e2c1103
 ;;; parse-time.el ends here
Index: lisp/password.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/password.el,v
retrieving revision 7.13
diff -u -r7.13 password.el
--- lisp/password.el	28 Dec 2006 08:40:52 -0000	7.13
+++ lisp/password.el	4 Jul 2007 08:08:31 -0000
@@ -136,5 +136,11 @@
 
 (provide 'password)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: ab160494-16c8-4c68-a4a1-73eebf6686e5
 ;;; password.el ends here
Index: lisp/pgg-def.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-def.el,v
retrieving revision 7.12
diff -u -r7.12 pgg-def.el
--- lisp/pgg-def.el	24 Jan 2007 07:15:37 -0000	7.12
+++ lisp/pgg-def.el	4 Jul 2007 08:08:31 -0000
@@ -91,5 +91,11 @@
 
 (provide 'pgg-def)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: c425f3ab-ed75-4055-bb46-431a418c94b7
 ;;; pgg-def.el ends here
Index: lisp/pgg-gpg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-gpg.el,v
retrieving revision 7.27
diff -u -r7.27 pgg-gpg.el
--- lisp/pgg-gpg.el	1 Mar 2007 23:43:33 -0000	7.27
+++ lisp/pgg-gpg.el	4 Jul 2007 08:08:31 -0000
@@ -349,5 +349,11 @@
 
 (provide 'pgg-gpg)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 2aa5d5d8-93a0-4865-9312-33e29830e000
 ;;; pgg-gpg.el ends here
Index: lisp/pgg-parse.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-parse.el,v
retrieving revision 7.10
diff -u -r7.10 pgg-parse.el
--- lisp/pgg-parse.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/pgg-parse.el	4 Jul 2007 08:08:32 -0000
@@ -512,5 +512,11 @@
 
 (provide 'pgg-parse)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 16c2eb82-1313-4a7c-a70f-420709b5b43e
 ;;; pgg-parse.el ends here
Index: lisp/pgg-pgp.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-pgp.el,v
retrieving revision 7.16
diff -u -r7.16 pgg-pgp.el
--- lisp/pgg-pgp.el	1 Mar 2007 23:43:33 -0000	7.16
+++ lisp/pgg-pgp.el	4 Jul 2007 08:08:32 -0000
@@ -255,5 +255,11 @@
 
 (provide 'pgg-pgp)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;; arch-tag: 076b7801-37b2-49a6-97c3-218fdecde33c
 ;;; pgg-pgp.el ends here
Index: lisp/pgg-pgp5.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg-pgp5.el,v
retrieving revision 7.11
diff -u -r7.11 pgg-pgp5.el
--- lisp/pgg-pgp5.el	1 Mar 2007 23:43:33 -0000	7.11
+++ lisp/pgg-pgp5.el	4 Jul 2007 08:08:32 -0000
@@ -256,5 +256,11 @@
 
 (provide 'pgg-pgp5)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3dbd1073-6b3a-466c-9f55-5c587ffa6d7b
 ;;; pgg-pgp5.el ends here
Index: lisp/pgg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pgg.el,v
retrieving revision 7.14
diff -u -r7.14 pgg.el
--- lisp/pgg.el	14 Jun 2007 09:49:28 -0000	7.14
+++ lisp/pgg.el	4 Jul 2007 08:08:33 -0000
@@ -475,5 +475,11 @@
 
 (provide 'pgg)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9cc705dd-1e6a-4c90-8dce-c3561f9a2cf4
 ;;; pgg.el ends here
Index: lisp/pop3.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/pop3.el,v
retrieving revision 7.25
diff -u -r7.25 pop3.el
--- lisp/pop3.el	24 Jan 2007 07:15:37 -0000	7.25
+++ lisp/pop3.el	4 Jul 2007 08:08:33 -0000
@@ -607,5 +607,11 @@
 
 (provide 'pop3)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 2facc142-1d74-498e-82af-4659b64cac12
 ;;; pop3.el ends here
Index: lisp/qp.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/qp.el,v
retrieving revision 7.10
diff -u -r7.10 qp.el
--- lisp/qp.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/qp.el	4 Jul 2007 08:08:34 -0000
@@ -164,5 +164,11 @@
 
 (provide 'qp)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: db89e52a-e4a1-4b69-926f-f434f04216ba
 ;;; qp.el ends here
Index: lisp/rfc1843.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/rfc1843.el,v
retrieving revision 7.8
diff -u -r7.8 rfc1843.el
--- lisp/rfc1843.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/rfc1843.el	4 Jul 2007 08:08:34 -0000
@@ -186,5 +186,11 @@
 
 (provide 'rfc1843)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 5149c301-a6ca-4731-9c9d-ba616e2cb687
 ;;; rfc1843.el ends here
Index: lisp/rfc2045.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/rfc2045.el,v
retrieving revision 7.7
diff -u -r7.7 rfc2045.el
--- lisp/rfc2045.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/rfc2045.el	4 Jul 2007 08:08:34 -0000
@@ -41,5 +41,11 @@
 
 (provide 'rfc2045)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 9ca54127-97bc-432c-b6e2-8c59cadba306
 ;;; rfc2045.el ends here
Index: lisp/rfc2047.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/rfc2047.el,v
retrieving revision 7.60
diff -u -r7.60 rfc2047.el
--- lisp/rfc2047.el	10 May 2007 01:20:38 -0000	7.60
+++ lisp/rfc2047.el	4 Jul 2007 08:08:37 -0000
@@ -1122,5 +1122,11 @@
 
 (provide 'rfc2047)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a07fe3d4-22b5-4c4a-bd89-b1f82d5d36f6
 ;;; rfc2047.el ends here
Index: lisp/rfc2104.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/rfc2104.el,v
retrieving revision 7.7
diff -u -r7.7 rfc2104.el
--- lisp/rfc2104.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/rfc2104.el	4 Jul 2007 08:08:37 -0000
@@ -116,5 +116,11 @@
 
 (provide 'rfc2104)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: cf671d5c-a45f-4a09-815e-704e59e43950
 ;;; rfc2104.el ends here
Index: lisp/rfc2231.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/rfc2231.el,v
retrieving revision 7.22
diff -u -r7.22 rfc2231.el
--- lisp/rfc2231.el	24 Jan 2007 07:15:37 -0000	7.22
+++ lisp/rfc2231.el	4 Jul 2007 08:08:38 -0000
@@ -298,5 +298,11 @@
 
 (provide 'rfc2231)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: c3ab751d-d108-406a-b301-68882ad8cd63
 ;;; rfc2231.el ends here
Index: lisp/sasl-cram.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sasl-cram.el,v
retrieving revision 7.3
diff -u -r7.3 sasl-cram.el
--- lisp/sasl-cram.el	6 Jul 2005 06:42:01 -0000	7.3
+++ lisp/sasl-cram.el	4 Jul 2007 08:08:38 -0000
@@ -48,5 +48,11 @@
 
 (provide 'sasl-cram)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 46cb281b-975a-4fe0-a39f-3018691b1b05
 ;;; sasl-cram.el ends here
Index: lisp/sasl-digest.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sasl-digest.el,v
retrieving revision 7.3
diff -u -r7.3 sasl-digest.el
--- lisp/sasl-digest.el	6 Jul 2005 06:42:01 -0000	7.3
+++ lisp/sasl-digest.el	4 Jul 2007 08:08:38 -0000
@@ -153,5 +153,11 @@
 
 (provide 'sasl-digest)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 786e02ed-1bc4-4b3c-bf34-96c27e31084d
 ;;; sasl-digest.el ends here
Index: lisp/sasl-ntlm.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sasl-ntlm.el,v
retrieving revision 7.3
diff -u -r7.3 sasl-ntlm.el
--- lisp/sasl-ntlm.el	6 Jul 2005 06:42:01 -0000	7.3
+++ lisp/sasl-ntlm.el	4 Jul 2007 08:08:38 -0000
@@ -62,5 +62,11 @@
 
 (provide 'sasl-ntlm)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 1d9164c1-1df0-418f-b7ab-360157fd05dc
 ;;; sasl-ntlm.el ends here
Index: lisp/sasl.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sasl.el,v
retrieving revision 7.3
diff -u -r7.3 sasl.el
--- lisp/sasl.el	6 Jul 2005 06:42:01 -0000	7.3
+++ lisp/sasl.el	4 Jul 2007 08:08:38 -0000
@@ -269,5 +269,11 @@
 
 (provide 'sasl)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 8b3326fa-4978-4fda-93e2-cb2c6255f887
 ;;; sasl.el ends here
Index: lisp/score-mode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/score-mode.el,v
retrieving revision 7.10
diff -u -r7.10 score-mode.el
--- lisp/score-mode.el	24 Jan 2007 07:15:37 -0000	7.10
+++ lisp/score-mode.el	4 Jul 2007 08:08:38 -0000
@@ -118,5 +118,11 @@
 
 (provide 'score-mode)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: a74a416b-2505-4ad4-bc4e-a418c96b8845
 ;;; score-mode.el ends here
Index: lisp/sha1.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sha1.el,v
retrieving revision 7.8
diff -u -r7.8 sha1.el
--- lisp/sha1.el	24 Jan 2007 07:15:37 -0000	7.8
+++ lisp/sha1.el	4 Jul 2007 08:08:38 -0000
@@ -439,5 +439,11 @@
 
 (provide 'sha1)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: c0f9abd0-ffc1-4557-aac6-ece7f2d4c901
 ;;; sha1.el ends here
Index: lisp/sieve-manage.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sieve-manage.el,v
retrieving revision 7.11
diff -u -r7.11 sieve-manage.el
--- lisp/sieve-manage.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/sieve-manage.el	4 Jul 2007 08:08:40 -0000
@@ -695,5 +695,11 @@
 
 (provide 'sieve-manage)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 321c4640-1371-4495-9baf-8ccb71dd5bd1
 ;; sieve-manage.el ends here
Index: lisp/sieve-mode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sieve-mode.el,v
retrieving revision 7.9
diff -u -r7.9 sieve-mode.el
--- lisp/sieve-mode.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/sieve-mode.el	4 Jul 2007 08:08:40 -0000
@@ -214,5 +214,11 @@
 
 (provide 'sieve-mode)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3b8ab76d-065d-4c52-b1e8-ab2ec21f2ace
 ;; sieve-mode.el ends here
Index: lisp/sieve.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/sieve.el,v
retrieving revision 7.11
diff -u -r7.11 sieve.el
--- lisp/sieve.el	24 Jan 2007 07:15:37 -0000	7.11
+++ lisp/sieve.el	4 Jul 2007 08:08:41 -0000
@@ -382,5 +382,11 @@
 
 (provide 'sieve)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 7f6a6d94-94e1-4654-ab9a-aee21b9b8a94
 ;; sieve.el ends here
Index: lisp/smiley.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/smiley.el,v
retrieving revision 7.17
diff -u -r7.17 smiley.el
--- lisp/smiley.el	1 Mar 2007 23:43:25 -0000	7.17
+++ lisp/smiley.el	4 Jul 2007 08:08:41 -0000
@@ -228,5 +228,11 @@
 
 (provide 'smiley)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 5beb161b-4321-40af-8ac9-876afb8ee818
 ;;; smiley.el ends here
Index: lisp/smime-ldap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/smime-ldap.el,v
retrieving revision 7.5
diff -u -r7.5 smime-ldap.el
--- lisp/smime-ldap.el	6 Jul 2005 06:42:01 -0000	7.5
+++ lisp/smime-ldap.el	4 Jul 2007 08:08:41 -0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1998, 1999, 2000, 2005 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
-;; Maintainer: Arne J^[,Ax^[(Brgensen <arne@arnested.dk>
+;; Maintainer: Arne Jørgensen <arne@arnested.dk>
 ;; Created: February 2005
 ;; Keywords: comm
 
@@ -201,6 +201,12 @@
 	(nreverse result)))))
 
 (provide 'smime-ldap)
+
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
 
 ;; arch-tag: 87e6bc44-21fc-4e9b-a89b-f55f031f78f8
 ;;; smime-ldap.el ends here
Index: lisp/smime.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/smime.el,v
retrieving revision 7.22
diff -u -r7.22 smime.el
--- lisp/smime.el	24 Jan 2007 07:15:37 -0000	7.22
+++ lisp/smime.el	4 Jul 2007 08:08:42 -0000
@@ -714,5 +714,11 @@
 
 (provide 'smime)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: e3f9b938-5085-4510-8a11-6625269c9a9e
 ;;; smime.el ends here
Index: lisp/spam-report.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam-report.el,v
retrieving revision 7.33
diff -u -r7.33 spam-report.el
--- lisp/spam-report.el	24 Jan 2007 07:15:37 -0000	7.33
+++ lisp/spam-report.el	4 Jul 2007 08:08:43 -0000
@@ -361,5 +361,11 @@
 
 (provide 'spam-report)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f6683295-ec89-4ab5-8803-8cc842293022
 ;;; spam-report.el ends here.
Index: lisp/spam-stat.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam-stat.el,v
retrieving revision 7.27
diff -u -r7.27 spam-stat.el
--- lisp/spam-stat.el	24 Jan 2007 07:15:37 -0000	7.27
+++ lisp/spam-stat.el	4 Jul 2007 08:08:44 -0000
@@ -671,5 +671,11 @@
 
 (provide 'spam-stat)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: ff1d2200-8ddb-42fb-bb7b-1b5e20448554
 ;;; spam-stat.el ends here
Index: lisp/spam-wash.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam-wash.el,v
retrieving revision 1.3
diff -u -r1.3 spam-wash.el
--- lisp/spam-wash.el	6 Jul 2005 06:42:02 -0000	1.3
+++ lisp/spam-wash.el	4 Jul 2007 08:08:44 -0000
@@ -71,5 +71,11 @@
 
 (provide 'spam-wash)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 3c7f94a7-c96d-4c77-bb59-950df12bc85f
 ;;; spam-wash.el ends here
Index: lisp/spam.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam.el,v
retrieving revision 7.94
diff -u -r7.94 spam.el
--- lisp/spam.el	24 Jan 2007 07:15:37 -0000	7.94
+++ lisp/spam.el	4 Jul 2007 08:08:49 -0000
@@ -2941,5 +2941,11 @@
 
 (provide 'spam)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 07e6e0ca-ab0a-4412-b445-1f6c72a4f27f
 ;;; spam.el ends here
Index: lisp/starttls.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/starttls.el,v
retrieving revision 7.15
diff -u -r7.15 starttls.el
--- lisp/starttls.el	24 Jan 2007 07:15:37 -0000	7.15
+++ lisp/starttls.el	4 Jul 2007 08:08:50 -0000
@@ -299,5 +299,11 @@
 
 (provide 'starttls)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 648b3bd8-63bd-47f5-904c-7c819aea2297
 ;;; starttls.el ends here
Index: lisp/time-date.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/time-date.el,v
retrieving revision 7.9
diff -u -r7.9 time-date.el
--- lisp/time-date.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/time-date.el	4 Jul 2007 08:08:50 -0000
@@ -255,5 +255,11 @@
 
 (provide 'time-date)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: addcf07b-b20a-465b-af72-550b8ac5190f
 ;;; time-date.el ends here
Index: lisp/tls.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/tls.el,v
retrieving revision 7.14
diff -u -r7.14 tls.el
--- lisp/tls.el	9 Apr 2007 23:44:06 -0000	7.14
+++ lisp/tls.el	4 Jul 2007 08:08:50 -0000
@@ -166,5 +166,11 @@
 
 (provide 'tls)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 5596d1c4-facc-4bc4-94a9-9863b928d7ac
 ;;; tls.el ends here
Index: lisp/utf7.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/utf7.el,v
retrieving revision 7.9
diff -u -r7.9 utf7.el
--- lisp/utf7.el	24 Jan 2007 07:15:37 -0000	7.9
+++ lisp/utf7.el	4 Jul 2007 08:08:51 -0000
@@ -226,5 +226,11 @@
 
 (provide 'utf7)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 96078b55-85c7-4161-aed2-932c24b282c7
 ;;; utf7.el ends here
Index: lisp/uudecode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/uudecode.el,v
retrieving revision 7.12
diff -u -r7.12 uudecode.el
--- lisp/uudecode.el	24 Jan 2007 13:13:25 -0000	7.12
+++ lisp/uudecode.el	4 Jul 2007 08:08:51 -0000
@@ -233,5 +233,11 @@
 
 (provide 'uudecode)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: e1f09ed5-62b4-4677-9f13-4e81c4fe8ce3
 ;;; uudecode.el ends here
Index: lisp/webmail.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/webmail.el,v
retrieving revision 7.7
diff -u -r7.7 webmail.el
--- lisp/webmail.el	24 Jan 2007 07:15:37 -0000	7.7
+++ lisp/webmail.el	4 Jul 2007 08:08:54 -0000
@@ -1151,5 +1151,11 @@
 
 (provide 'webmail)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: f75a4558-a8f6-46ec-b1c3-7a6434b3dd71
 ;;; webmail.el ends here
Index: lisp/yenc.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/yenc.el,v
retrieving revision 7.6
diff -u -r7.6 yenc.el
--- lisp/yenc.el	24 Jan 2007 07:15:37 -0000	7.6
+++ lisp/yenc.el	4 Jul 2007 08:08:54 -0000
@@ -118,5 +118,11 @@
 
 (provide 'yenc)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; indent-tabs-mode: t
+;; tab-width: 8
+;; End:
+
 ;;; arch-tag: 74df17e8-6fa8-4071-9f7d-54d548d79d9a
 ;;; yenc.el ends here

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

* Re: [Patch] Add file variables to all lisp files
  2007-07-04  8:25 [Patch] Add file variables to all lisp files Tassilo Horn
@ 2007-07-05  2:18 ` Katsumi Yamaoka
  2007-07-05  6:09   ` Tassilo Horn
  2007-07-05  7:52   ` Didier Verna
  0 siblings, 2 replies; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-07-05  2:18 UTC (permalink / raw)
  To: ding

>>>>> Tassilo Horn wrote:

> since many people (including me) use intent-tabs-mode set to nil, other
> tab-widths and other coding systems nowadays I've added file variables to
> all lisp files so that they're properly formatted even for those.

Please note that XEmacs ignores the Local Variables section in
the end of a file if the file size is larger than 3000 bytes.
Because of this, in the Japanese locale XEmacs 21.4 recognizes
gnus-sum.el to be encoded by the shift_jis coding system.  21.5
ignores it either (seems always to set `buffer-file-coding-system'
to `iso-8859-1-unix', though).

> +;; Local Variables:
> +;; coding: iso-8859-1
> +;; indent-tabs-mode: t
> +;; tab-width: 8
> +;; End:

I'm not sure whether such cares are really necessary.



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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  2:18 ` Katsumi Yamaoka
@ 2007-07-05  6:09   ` Tassilo Horn
  2007-07-05  7:51     ` Katsumi Yamaoka
  2007-07-05  7:52   ` Didier Verna
  1 sibling, 1 reply; 9+ messages in thread
From: Tassilo Horn @ 2007-07-05  6:09 UTC (permalink / raw)
  To: ding

Katsumi Yamaoka <yamaoka@jpl.org> writes:

Hi Katsumi,

> Please note that XEmacs ignores the Local Variables section in the end
> of a file if the file size is larger than 3000 bytes.

Is that intended or a bug nobody cares of?

> Because of this, in the Japanese locale XEmacs 21.4 recognizes
> gnus-sum.el to be encoded by the shift_jis coding system.  21.5
> ignores it either (seems always to set `buffer-file-coding-system' to
> `iso-8859-1-unix', though).

But that would be the case without the local variables, too, right?

>> +;; Local Variables:
>> +;; coding: iso-8859-1
>> +;; indent-tabs-mode: t
>> +;; tab-width: 8
>> +;; End:
>
> I'm not sure whether such cares are really necessary.

As long as it helps some people and doesn't handicap others, I think
it's the right thing to do.

BTW: Is it normal that CVS is so incredibly slow if you have a lot of
modifications in your working copy? Here a cvs up takes about 4 minutes,
3:50 in which it seems to do nothing and the last 10 seconds it outputs
the updated files and directories.

Bye,
Tassilo
-- 
Fighting patents one by one  will never eliminate the danger of software
patents,  any  more than  swatting  mosquitoes  will eliminate  malaria.
(Richard M. Stallman)




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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  6:09   ` Tassilo Horn
@ 2007-07-05  7:51     ` Katsumi Yamaoka
  0 siblings, 0 replies; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-07-05  7:51 UTC (permalink / raw)
  To: ding

>>>>> Tassilo Horn wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> Please note that XEmacs ignores the Local Variables section in the end
>> of a file if the file size is larger than 3000 bytes.

> Is that intended or a bug nobody cares of?

I guess it is intended to make loading of files fast.  When
loading a file XEmacs reads the first 3000 bytes of it first in
the raw mode to decide the coding system and then decodes and
reads it again.

>> Because of this, in the Japanese locale XEmacs 21.4 recognizes
>> gnus-sum.el to be encoded by the shift_jis coding system.  21.5
>> ignores it either (seems always to set `buffer-file-coding-system' to
>> `iso-8859-1-unix', though).

> But that would be the case without the local variables, too, right?

Yes, misjudging of the coding system always happens regardless
of the existence of the coding cookie at the bottom of a file.
If only the coding cookie were recognized.

>>> +;; Local Variables:
>>> +;; coding: iso-8859-1
>>> +;; indent-tabs-mode: t
>>> +;; tab-width: 8
>>> +;; End:
>>
>> I'm not sure whether such cares are really necessary.

> As long as it helps some people and doesn't handicap others, I think
> it's the right thing to do.

I don't need it but I'm not against to adding it.  But to put it
mildly, it looks like a notice board of a school where many bad
boys and girls are. ;-)

> BTW: Is it normal that CVS is so incredibly slow if you have a lot of
> modifications in your working copy? Here a cvs up takes about 4 minutes,
> 3:50 in which it seems to do nothing and the last 10 seconds it outputs
> the updated files and directories.

`cvs update' takes less than four seconds here in Tokyo now.



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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  2:18 ` Katsumi Yamaoka
  2007-07-05  6:09   ` Tassilo Horn
@ 2007-07-05  7:52   ` Didier Verna
  2007-07-05  8:15     ` Tassilo Horn
  1 sibling, 1 reply; 9+ messages in thread
From: Didier Verna @ 2007-07-05  7:52 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: ding

Katsumi Yamaoka <yamaoka@jpl.org> wrote:

> Please note that XEmacs ignores the Local Variables section in the end
> of a file if the file size is larger than 3000 bytes.

  I believe this is incorrect: XEmacs looks for a local variable section
in the last page of the file, if any, and at maximum 3000 characters
from the *end* of the file.


-- 
MySpace: http://www.myspace.com/didierverna

Didier Verna, didier@lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier@xemacs.org



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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  7:52   ` Didier Verna
@ 2007-07-05  8:15     ` Tassilo Horn
  2007-07-05  8:57       ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Tassilo Horn @ 2007-07-05  8:15 UTC (permalink / raw)
  To: ding

Didier Verna <didier@xemacs.org> writes:

Hi Didier,

>> Please note that XEmacs ignores the Local Variables section in the
>> end of a file if the file size is larger than 3000 bytes.
>
>   I believe this is incorrect: XEmacs looks for a local variable
> section in the last page of the file, if any, and at maximum 3000
> characters from the *end* of the file.

That's what Emacs does as well.

,----[ (info "(emacs)Specifying File Variables") ]
|    The start of the local variables list must be no more than 3000
| characters from the end of the file, and must be in the last page if
| the file is divided into pages.
`----

Bye,
Tassilo
-- 
     My software never has bugs. It just develops random features.




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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  8:15     ` Tassilo Horn
@ 2007-07-05  8:57       ` Katsumi Yamaoka
  2007-07-05  9:20         ` Tassilo Horn
  0 siblings, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-07-05  8:57 UTC (permalink / raw)
  To: ding

> Didier Verna <didier@xemacs.org> writes:

>>   I believe this is incorrect: XEmacs looks for a local variable
>> section in the last page of the file, if any, and at maximum 3000
>> characters from the *end* of the file.

Yes, you are right.  I misunderstood it.  What I wrote is what
`load' does; it looks for only the ";;;###coding system: ..."
line in the first 3000 bytes.

Although XEmacs indeed handles the Local Variable section at the
last page, the ";; coding: iso-8859-1" element only sets just
the `coding' variable to `iso-8859-1', i.e., such a coding cookie
doesn't affect `buffer-file-coding-system' and decoding of a file.



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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  8:57       ` Katsumi Yamaoka
@ 2007-07-05  9:20         ` Tassilo Horn
  2007-07-05  9:29           ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Tassilo Horn @ 2007-07-05  9:20 UTC (permalink / raw)
  To: ding

Katsumi Yamaoka <yamaoka@jpl.org> writes:

Hi Katsumi,

> Although XEmacs indeed handles the Local Variable section at the last
> page, the ";; coding: iso-8859-1" element only sets just the `coding'
> variable to `iso-8859-1', i.e., such a coding cookie doesn't affect
> `buffer-file-coding-system' and decoding of a file.

Would

        ;; buffer-file-coding-system: iso-8859-1

work for both incarnations?

Bye,
Tassilo
-- 
Chuck Norris  starts everyday with  a protein shake made  from Carnation
Instant  Breakfast,   one  dozen  eggs,  pure   Colombian  cocaine,  and
rattlesnake venom. He injects it directly into his neck with a syringe.




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

* Re: [Patch] Add file variables to all lisp files
  2007-07-05  9:20         ` Tassilo Horn
@ 2007-07-05  9:29           ` Katsumi Yamaoka
  0 siblings, 0 replies; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-07-05  9:29 UTC (permalink / raw)
  To: ding

>>>>> Tassilo Horn wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> Although XEmacs indeed handles the Local Variable section at the last
>> page, the ";; coding: iso-8859-1" element only sets just the `coding'
>> variable to `iso-8859-1', i.e., such a coding cookie doesn't affect
>> `buffer-file-coding-system' and decoding of a file.

> Would

>         ;; buffer-file-coding-system: iso-8859-1

> work for both incarnations?

I verified it only set the value of the variable after reading
(and decoding) a file but doesn't affect the decoding of file
contents (XEmacs still decodes gnus-sum.el as shift_jis in Japan).



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

end of thread, other threads:[~2007-07-05  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04  8:25 [Patch] Add file variables to all lisp files Tassilo Horn
2007-07-05  2:18 ` Katsumi Yamaoka
2007-07-05  6:09   ` Tassilo Horn
2007-07-05  7:51     ` Katsumi Yamaoka
2007-07-05  7:52   ` Didier Verna
2007-07-05  8:15     ` Tassilo Horn
2007-07-05  8:57       ` Katsumi Yamaoka
2007-07-05  9:20         ` Tassilo Horn
2007-07-05  9:29           ` Katsumi Yamaoka

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