BTS

Issue745

Title Add Emacs local variables at EOF equivalent to vim's
Priority wish Status resolved
Superseder Nosy List abe, mika
Assigned To mika Topics grml-etc-core, zsh

Created on 2009-10-10.12:14:25 by abe, last changed 2009-11-11.21:04:45 by mika.

Messages
msg2708 (view) Author: mika Date: 2009-11-11.21:04:40
We believe that your issue has been closed by the upload of
Version 0.3.78 of grml-etc-core from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 11 Nov 2009 21:47:16 +0100
Source: grml-etc-core
Binary: grml-etc-core
Architecture: source all
Version: 0.3.78
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-etc-core - core ecetera files for the grml system
Changes: 
 grml-etc-core (0.3.78) unstable; urgency=low
 .
   [ Michael Prokop ]
   * Apply patch by Axel Beckert <abe@deuxchevaux.org> (thanks!) which
     adds Emacs local variables at EOF equivalent to vim's.
     [Closes: issue745]
 .
   [ Frank Terbeck ]
   * zshrc: Fixed a bug in vcs_info which led to an endless loop, when
     a directory had really screwy premissions. Noticed by Christian
     Hofstaedtler.
 .
   [ Ulrich Dangel ]
   * Added top configuration file to skel directory. Thanks to Andras
     Korn for the idea. [Closes: issue755]
Checksums-Sha1: 
 7116585781643ff9ee3d0800d11752f455adb895 879 grml-etc-core_0.3.78.dsc
 2603386e81e719202a056088074ed30b4d8079bb 129751 grml-etc-core_0.3.78.tar.gz
 3d24c27ada87be3dac4e1b6351264ccfa846d0d2 133860 grml-etc-core_0.3.78_all.deb
Checksums-Sha256: 
 d31387db3649068846d436206595ab9009454c69ba1b3dbc208fa2f620e78fde 879 grml-etc-core_0.3.78.dsc
 2f8882545e5b59e08121e74beb1672570bee495ec6e4dcaca69b5af99a6bd01a 129751 grml-etc-core_0.3.78.tar.gz
 42c0957d853c94d0e5d58fa7524585dc9e34948f9cf7e4c5dcbfdd97b9fd6a8e 133860 grml-etc-core_0.3.78_all.deb
Files: 
 cbc9a05cfd012546e3d52b6d90413058 879 grml optional grml-etc-core_0.3.78.dsc
 e4953afb57051016999029368faf7b7b 129751 grml optional grml-etc-core_0.3.78.tar.gz
 d9414bce6525a000a562ab1112b4514f 133860 grml optional grml-etc-core_0.3.78_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFK+yMy2N9T+zficugRAudPAJ9o7Sna68HLAqTPG0gM11f9tNw0+ACfXbBv
VDb0XDWiGe5SEJV3FWrmyT0=
=YmXk
-----END PGP SIGNATURE-----
msg2534 (view) Author: mika Date: 2009-10-22.00:57:20
Thanks Axel, I've applied it in our git tree:

http://git.grml.org/?p=grml-etc-core.git;a=commit;h=23875c2        Update 
changelog | 2009-10-22 02:56:30 +0200
http://git.grml.org/?p=grml-etc-core.git;a=commit;h=d0d83ab        Add Emacs 
local variables at EOF equivalent to vim's. | 2009-10-10 13:53:46 +0200

regards,
-mika-
msg2505 (view) Author: abe Date: 2009-10-10.12:14:22
From 047c13af74e6608410ea393abd92452f76603774 Mon Sep 17 00:00:00 2001
From: Axel Beckert <abe@deuxchevaux.org>
Date: Sat, 10 Oct 2009 13:53:46 +0200
Subject: [PATCH] Add Emacs local variables at EOF equivalent to vim's.

---
 etc/zsh/zshrc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc
index 43e77a1..a4fb573 100644
--- a/etc/zsh/zshrc
+++ b/etc/zsh/zshrc
@@ -4424,3 +4424,6 @@ zrclocal
 
 ## END OF FILE #################################################################
 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
+# Local variables:
+# mode: sh
+# End:
-- 
1.6.4.3
History
Date User Action Args
2009-11-11 21:04:45mikasetstatus: fixed-in-git -> resolved
messages: + msg2708
2009-10-22 00:57:21mikasetstatus: unread -> fixed-in-git
assignedto: mika
messages: + msg2534
nosy: + mika
2009-10-10 12:14:25abecreate