diff options
| author | K. Handa | 2014-12-29 22:54:07 +0900 |
|---|---|---|
| committer | K. Handa | 2014-12-29 22:54:07 +0900 |
| commit | bb5e7861593815f912c21b2aee1e4be9a6cc64a2 (patch) | |
| tree | 080066ad78a5de3f2a8a3fbfbc3e3d242c1c16b7 /etc | |
| parent | 3fa5f4416ed219688b9d0e370edf40dce15a5de3 (diff) | |
| parent | 8e0b2702ce8ad593a2098ae8028728ed137fb26c (diff) | |
| download | emacs-bb5e7861593815f912c21b2aee1e4be9a6cc64a2.tar.gz emacs-bb5e7861593815f912c21b2aee1e4be9a6cc64a2.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | etc/grep.txt | 6 |
2 files changed, 8 insertions, 3 deletions
| @@ -456,6 +456,11 @@ easier binding, which is now unoccupied (`M-,'). | |||
| 456 | alias for a private variable. `xref-push-marker-stack' and | 456 | alias for a private variable. `xref-push-marker-stack' and |
| 457 | `xref-pop-marker-stack' should be used to mutate it instead. | 457 | `xref-pop-marker-stack' should be used to mutate it instead. |
| 458 | 458 | ||
| 459 | ** etags | ||
| 460 | As a result of the above, these commands are now obsolete: | ||
| 461 | `find-tag-other-window', `find-tag-other-frame', `find-tag-regexp', | ||
| 462 | `tags-apropos' and `tags-loop-continue'. | ||
| 463 | |||
| 459 | ** Obsolete packages | 464 | ** Obsolete packages |
| 460 | 465 | ||
| 461 | --- | 466 | --- |
diff --git a/etc/grep.txt b/etc/grep.txt index 523b1fa404c..b96a916f905 100644 --- a/etc/grep.txt +++ b/etc/grep.txt | |||
| @@ -39,7 +39,7 @@ grep -nH --color=always -e "INFO tree" ../info/* | |||
| 39 | 39 | ||
| 40 | * GNU grep 2.5.1 on lines starting with a number and colon | 40 | * GNU grep 2.5.1 on lines starting with a number and colon |
| 41 | 41 | ||
| 42 | grep -nH -e "Universal Time" ../lispref/* | 42 | grep -nH --color=always -e "Universal Time" ../doc/lispref/* |
| 43 | ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated [01;31mUniversal Time[00m) | 43 | ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated [01;31mUniversal Time[00m) |
| 44 | 44 | ||
| 45 | * GNU grep 2.5.1 with context lines | 45 | * GNU grep 2.5.1 with context lines |
| @@ -78,8 +78,8 @@ bzr grep --color=always -in "org-element-map" | |||
| 78 | [35mlisp/org/org.el[1;36m:[0m21047[1;36m:[0m ([1;31morg-element-map[0m | 78 | [35mlisp/org/org.el[1;36m:[0m21047[1;36m:[0m ([1;31morg-element-map[0m |
| 79 | 79 | ||
| 80 | * git-grep | 80 | * git-grep |
| 81 | with `[diff "el"] xfuncname = "^(\\(.*)$"' in .gitconfig | 81 | with `[diff "lisp"] xfuncname = "^(\\(.*)$"' in .gitconfig |
| 82 | and `*.el diff=el' in .gitattributes | 82 | and `*.el diff=lisp' in .gitattributes |
| 83 | 83 | ||
| 84 | git --no-pager grep -inH -p -e "org-element-map" | 84 | git --no-pager grep -inH -p -e "org-element-map" |
| 85 | lisp/org/org.el[36m=[m20969[36m=[m(defun org-fill-paragraph (&optional justify) | 85 | lisp/org/org.el[36m=[m20969[36m=[m(defun org-fill-paragraph (&optional justify) |