File: 12.expected

package info (click to toggle)
relint-el 1.21%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: lisp: 2,227; makefile: 9
file content (39 lines) | stat: -rw-r--r-- 1,485 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
12.elisp:9:6: In define-generic-mode my-mode: Possibly unescaped `.' in file-matching regexp (pos 0)
  ".aa\\'"
   ^
12.elisp:9:20: In define-generic-mode my-mode: Use \' instead of $ in file-matching regexp (pos 4)
  "\\.bb$"
   .....^
12.elisp:9:24: In define-generic-mode my-mode: Use \` instead of ^ in file-matching regexp (pos 0)
  "^cc.*dd"
   ^
12.elisp:11:39: In add-to-list: Use \' instead of $ in file-matching regexp (pos 4)
  "\\.ee$"
   .....^
12.elisp:12:10: In auto-mode-alist: Possibly unescaped `.' in file-matching regexp (pos 0)
  ".ff\\'"
   ^
12.elisp:13:32: In auto-mode-alist: Possibly unescaped `.' in file-matching regexp (pos 0)
  ".gg\\'"
   ^
12.elisp:14:35: In auto-mode-alist: Possibly unescaped `.' in file-matching regexp (pos 0)
  ".hh\\'"
   ^
12.elisp:15:35: In auto-mode-alist: Possibly unescaped `.' in file-matching regexp (pos 0)
  ".ii\\'"
   ^
12.elisp:21:27: In call to directory-files: Possibly unescaped `.' in file-matching regexp (pos 0)
  ".txt\\'"
   ^
12.elisp:22:48: In call to directory-files-and-attributes: Use \' instead of $ in file-matching regexp (pos 5)
  "\\.pas$"
   ......^
12.elisp:23:35: In call to directory-files-recursively: Use \` instead of ^ in file-matching regexp (pos 0)
  "^abc"
   ^
12.elisp:24:43: In call to modify-coding-system-alist: Use \' instead of $ in file-matching regexp (pos 4)
  "\\.ml$"
   .....^
12.elisp:25:41: In call to modify-coding-system-alist: Unescaped literal `+' (pos 0)
  "+xx$"
   ^