all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 89a679137715af329876cb7d577c7a7ff1db1832 1018 bytes (raw)
name: test/manual/etags/el-src/TAGTEST.EL 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
(foo::defmumble bletch beuarghh)
(defun foo==bar () (message "hi"))  ; Bug#5624
;;; Ctags test file for lisp mode.

;; from emacs/lisp/delsel.el:76:
(defalias 'pending-delete-mode 'delete-selection-mode)

;; compare with:
(defalias (quote explicitly-quoted-pending-delete-mode) 'delete-selection-mode)

;;
;; Output from original ctags:
;;
;'pending-delete-mode	tagstest.el	/^(defalias 'pending-delete-mode 'delete-selection-m/
;(quote	tagstest.el	/^(defalias (quote explicitly-quoted-pending-delete-/
;;
;; Output from ctags with my patch in L-getit():
;;
;pending-delete-mode	tagstest.el	/^(defalias 'pending-delete-mode 'delete-selection-m/
;explicitly-quoted-pending-delete-mode	tagstest.el	/^(defalias (quote explicitly-quoted-pending-delete-/
;; Output from original etags:
;;
;tagstest.el,61
;(defalias 'pending-delete-mode \x7f4,68
;(defalias (quote \x7f7,141
;;
;; Output from patched etags:
;;
;tagstest.el,99
;(defalias 'pending-delete-mode \x7f4,68
;(defalias (quote explicitly-quoted-pending-delete-mode)\x7f7,141
;;

debug log:

solving 89a6791377 ...
found 89a6791377 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.