annotate .dir-locals.el @ 106530:e5b7752075ef

No longer require sendmail. Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174) (report-emacs-bug-orig-text): Doc fix. (report-emacs-bug-send-command, report-emacs-bug-send-hook): New local variables, to adapt to different mail-user-agents. (report-emacs-bug): Fix test for a gnu.org address. Use overlays for emphasis, since font-lock defeats 'face property. Pretest bugs also end up at the newsgroup these days. Stop message-mode stripping text properties. Set and use the new buffer-local variables. (report-emacs-bug-hook): Add doc-string. Remove some unnecessary save-excursions and simplify. Use the appropriate hook and send-command.
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Dec 2009 01:21:35 +0000
parents 241af6b11bb4
children 55134161b319
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
101014
49524a62e7d6 Don't set indent-tabs-mode.
Glenn Morris <rgm@gnu.org>
parents: 100718
diff changeset
1 ((nil . ((tab-width . 8)
100718
0a3d5993b567 Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 100687
diff changeset
2 (fill-column . 70)))
100672
38e7317321ea * make-dist (tempdir): Distribute .dir-locals.el.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff changeset
3 (c-mode . ((c-file-style . "GNU")))
100718
0a3d5993b567 Remove non-working entry for pmail.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 100687
diff changeset
4 (change-log-mode . ((add-log-time-zone-rule . t)
101158
4a6ff510dcf9 (change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents: 101014
diff changeset
5 (fill-column . 74)
4a6ff510dcf9 (change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Juri Linkov <juri@jurta.org>
parents: 101014
diff changeset
6 (bug-reference-url-format
105015
241af6b11bb4 (change-log-mode): Restore bug-reference-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101187
diff changeset
7 . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")
241af6b11bb4 (change-log-mode): Restore bug-reference-mode.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101187
diff changeset
8 (mode . bug-reference))))
100687
245c01516a02 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 100672
diff changeset
9
245c01516a02 Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents: 100672
diff changeset
10 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd