emacs/lisp/progmodes
Tassilo Horn 5502eedf90 Auto-setup for bug-reference-mode
Tries to guess suitable bug-reference-bug-regexp and
bug-reference-url-format values based on version control URL (in file
buffers) and mail information (in Gnus summary and article buffers).

* lisp/progmodes/bug-reference.el
(bug-reference--maybe-setup-from-vc): New defun.
(bug-reference-setup-from-vc-alist): New defvar defining setup rules
based on version control URL.
(bug-reference-try-setup-from-vc): New defun using above defvar.
(bug-reference--maybe-setup-from-mail): New defun.
(bug-reference-setup-from-mail-alist): New defvar defining setup rules
based on mail/newsgroups and header values.
(bug-reference-try-setup-from-gnus): New defun using above defvar.
(bug-reference--try-setup-gnus-article): New defun.
(bug-reference--run-auto-setup): New defun.
(bug-reference-mode): Call bug-reference--run-auto-setup as
:after-hook.
(bug-reference-prog-mode): Call bug-reference--run-auto-setup as
:after-hook.
2020-06-17 22:03:50 +02:00
..
antlr-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
asm-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
autoconf.el Use lexical-binding in autoconf.el and add tests 2020-05-15 20:42:15 +02:00
bat-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bug-reference.el Auto-setup for bug-reference-mode 2020-06-17 22:03:50 +02:00
cc-align.el Bug #41061 patch: Fix typos and amend code slightly 2020-06-01 15:21:54 +00:00
cc-awk.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
cc-bytecomp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-cmds.el CC Mode: allow specified directives (e.g. pragma) to be indented as statements 2020-03-08 16:21:15 +00:00
cc-defs.el * lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 for master branch 2020-03-14 12:27:20 +00:00
cc-engine.el CC Mode: Fix bug #40052, where a very large macro was too slow in scrolling 2020-05-15 19:24:29 +00:00
cc-fonts.el Orthographical amendments to commit 145aab0672 2020-06-09 16:58:52 +00:00
cc-guess.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-langs.el Introduce some Objective-C 2.0 keywords. This fixes bug #5953 2020-05-26 20:08:15 +00:00
cc-menus.el Objective C Mode imenu: cease recognizing "functions" within comments, etc. 2020-01-07 20:11:37 +00:00
cc-mode.el Merge from origin/emacs-27 2020-06-01 22:26:32 -07:00
cc-styles.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-vars.el cc-mode: add support for Doxygen documentation style 2020-05-01 19:31:19 +01:00
cfengine.el Expose ElDoc functions in a hook (Bug#28257) 2020-02-25 18:15:12 -05:00
cl-font-lock.el * lisp/progmodes/cl-font-lock.el: Fix header and make it a minor mode 2020-04-11 13:56:03 -04:00
cmacexp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
compile.el javac support in compilation-parse-errors rules 2020-04-01 03:04:31 +03:00
cperl-mode.el * lisp/progmodes/cperl-mode.el: Clarify comment. 2020-03-01 01:56:42 +01:00
cpp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cwarn.el Add "Old-" prefix to "Version" header in some cases 2020-03-21 02:48:24 +01:00
dcl-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ebnf-abn.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-bnf.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-dtd.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-ebx.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-iso.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf-otz.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ebnf-yac.el Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) 2020-02-20 15:52:23 +01:00
ebnf2ps.el Remove stale comments 2020-05-16 17:48:36 +02:00
ebrowse.el * lisp/progmodes/ebrowse.el (ebrowse-tags-loop-call): Rename 2020-03-28 09:43:14 -04:00
elisp-mode.el ; Fix some recent byte-compilation warnings 2020-06-01 16:56:26 +01:00
etags.el Change xref-find-apropos to pass PATTERN to backend verbatim 2020-06-01 05:28:43 +03:00
executable.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
f90.el ; Unmaintain fortran elisp 2020-01-15 18:49:21 -08:00
flymake-cc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
flymake-proc.el flymake: fix typo in variable binding (bug#38752) 2020-01-10 18:15:03 +01:00
flymake.el Merge from origin/emacs-27 2020-05-16 10:29:14 -07:00
fortran.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
gdb-mi.el Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
glasses.el Use lexical-binding in glasses.el and add tests 2020-05-10 17:18:03 +02:00
grep.el * lisp/progmodes/grep.el (grep-read-files-function): New var. 2020-01-21 09:16:25 -05:00
gud.el Unify and improve gdb-mi source buffer display logic 2020-04-06 09:56:15 +02:00
hideif.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
hideshow.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
icon.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
idlw-complete-structtag.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
idlw-help.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
idlw-shell.el Remove subsumed repetitions in regexps 2020-02-20 16:05:18 +01:00
idlw-toolbar.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
idlwave.el Make more load-hooks obsolete 2020-01-16 23:06:04 -08:00
inf-lisp.el Make more load-hooks obsolete 2020-01-16 23:06:04 -08:00
js.el * lisp/progmodes/js.el (js-mode): Remove second call to c-init-language-vars 2020-06-07 15:14:15 +00:00
ld-script.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
m4-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
make-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
meta-mode.el Make more load-hooks obsolete 2020-01-16 23:06:04 -08:00
mixal-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
modula2.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
octave.el Expose ElDoc functions in a hook (Bug#28257) 2020-02-25 18:15:12 -05:00
opascal.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
pascal.el Fix XEmacs-specific clause in definition of pascal-outline-map. 2020-02-29 14:50:51 -08:00
perl-mode.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
prog-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
project.el Bump the project.el package version 2020-06-17 01:27:37 +03:00
prolog.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ps-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
python.el Mark python-shell-virtualenv-root as safe for directories 2020-06-13 10:40:13 +03:00
ruby-mode.el Remove subsumed repetitions in regexps 2020-02-20 16:05:18 +01:00
scheme.el Fix bugs, inefficiencies and bad style in regexps 2020-04-16 12:14:38 +02:00
sh-script.el Remove subsumed repetitions in regexps 2020-02-20 16:05:18 +01:00
simula.el Fix broken regexps 2020-02-20 11:25:25 +01:00
sql.el 2020-03-29 Michael R. Mauger <michael@mauger.com> 2020-06-13 18:36:27 -04:00
subword.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tcl.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
vera-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
verilog-mode.el Add `verilog-auto-inst-template-required'. 2020-02-23 17:18:08 -05:00
vhdl-mode.el Merge from origin/emacs-27 2020-05-09 10:03:21 -07:00
which-func.el which-function-mode: put hook function on after-change-major-mode-hook 2020-05-20 18:02:13 +00:00
xref.el Change xref-find-apropos to pass PATTERN to backend verbatim 2020-06-01 05:28:43 +03:00
xscheme.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00