Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5e316b0
Commit
e5e316b0
authored
Jun 08, 2001
by
Eli Zaretskii
Browse files
(grep-regexp-alist): Remove definition, since the
general one on compile.el supports drive letters.
parent
7f4350a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
lisp/ChangeLog
lisp/ChangeLog
+10
-6
lisp/dos-w32.el
lisp/dos-w32.el
+0
-4
No files found.
lisp/ChangeLog
View file @
e5e316b0
2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
* dos-w32.el (grep-regexp-alist): Remove definition, since the
general one on compile.el supports drive letters.
2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
* textmodes/reftex-ref.el (reftex-select-label-help): Added "z"
key description.
key description.
* textmodes/reftex-sel.el (reftex-select-jump): New command.
* textmodes/reftex-toc.el (reftex-toc-help): Added "z" key
description.
description.
(reftex-toc-jump): New command.
* textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
to parse international characters as well.
to parse international characters as well.
* textmodes/reftex.el: Added autoloads for `reftex-varioref-vref',
`reftex-fancyref-fref', `reftex-fancyref-Fref'
`reftex-fancyref-fref', `reftex-fancyref-Fref'
.
* textmodes/reftex-vars.el: Protected single backslash in many
docstrings.
docstrings.
* textmodes/reftex-dcr.el (reftex-view-crossref): added SPACE and
TAB to the key separa
o
trs.
TAB to the key separat
o
rs.
2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
...
...
lisp/dos-w32.el
View file @
e5e316b0
...
...
@@ -38,10 +38,6 @@
;; Set the null device (for compile.el).
(
setq
null-device
"NUL"
)
;; Set the grep regexp to match entries with drive letters.
(
setq
grep-regexp-alist
'
((
"^\\(\\([a-zA-Z]:\\)?[^:( \t\n]+\\)[:( \t]+\\([0-9]+\\)[:) \t]"
1
3
)))
;; For distinguishing file types based upon suffixes.
(
defvar
file-name-buffer-file-type-alist
'
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment