summaryrefslogtreecommitdiff
path: root/debian-el.texi
diff options
context:
space:
mode:
authorpsg <>2005-10-25 01:22:05 +0000
committerpsg <>2005-10-25 01:22:05 +0000
commit9172b1858ea30616ad3e28c4c6d6eff1856ba49e (patch)
treeb2edd9c2850b15619ae1e2c8ab83e924a127f6b7 /debian-el.texi
parent0d2df55a4ffe61a77a4babc94a42c69ef7de59f7 (diff)
pressed.el: a major mode for editing debian-installer preseed files.
Thanks to W. Borgert <debacle@debian.org> for suggesing and providing it. (Closes: #279061) Also cleaned up all README.Debian files.
Diffstat (limited to 'debian-el.texi')
-rw-r--r--debian-el.texi39
1 files changed, 31 insertions, 8 deletions
diff --git a/debian-el.texi b/debian-el.texi
index 23a2c44..db8d810 100644
--- a/debian-el.texi
+++ b/debian-el.texi
@@ -13,8 +13,8 @@
@end direntry
@c Version variables.
-@set EDITION 1.0
-@set UPDATED 23 Sept 2003
+@set EDITION 1.1
+@set UPDATED 24 October 2005
@ifinfo
This is Edition @value{EDITION}, last updated @value{UPDATED}, of
@@ -45,11 +45,21 @@ basis, do:
@end example
@menu
-* apt-sources:: Mode for editing apt source.list file
-* apt-utils:: Emacs interface to APT
-* debian-bug:: Report a bug to Debian's bug tracking system
-* deb-view:: View Debian package archive files with tar-mode
-* gnus-BTS:: Access the Debian Bug Tracking System from Gnus
+* apt-sources:: Mode for editing apt source.list file
+* apt-utils:: Emacs interface to APT
+* debian-bug:: Report a bug to Debian's bug tracking system
+* deb-view:: View Debian package archive files with tar-mode
+* gnus-BTS:: Access the Debian Bug Tracking System from Gnus
+* pressed:: Mode for debian-installer preseed files
+@detailmenu
+ --- The Detailed Node Listing ---
+
+deb-view - View Debian package archive files with tar-mode
+
+* deb-view configuration::
+* deb-view usage::
+
+@end detailmenu
@end menu
This work compiles GPL'ed documentation from the files in
@@ -292,7 +302,7 @@ To view files not supported by deb-view, such as graphics, use the
copy command (@key{c}) to copy the file to a temp directory. You can
then do what you want to the file.
-@node gnus-BTS, , deb-view, Top
+@node gnus-BTS, pressed, deb-view, Top
@chapter gnus-BTS - access the Debian Bug Tracking System from Gnus
Use this if you read a lot of debian lists in GNUS and see references
@@ -305,3 +315,16 @@ To enable this, add the following to your @file{~/.emacs} file:
@example
(require 'gnus-BTS)
@end example
+
+@node pressed, , gnus-BTS, Top
+@chapter preseed - major mode for debian-installer preseed files
+
+@noindent Author: W. Borgert <debacle@@debian.org>
+
+A simple major-mode for editing debian-installer preseed files. Since
+such files don't always have the same extension, this mode is not
+autoloaded. Enter it by using teh command line:
+
+@example
+M-x preseed-mode
+@end example