This file is indexed.

/usr/share/doc/goby/examples/dot.emacs.el is in goby 1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
;;; dot.emacs --- sample of ~/.emacs for Goby  -*-mode: emacs-lisp;-*-

(setq goby-helvetica  "ascender-liberation.sans-medium")
(setq goby-times      "ascender-liberation.serif-medium")
(setq goby-courier    "ascender-liberation.mono-medium")

;;(setq goby-helvetica  "dejavu-dejavu sans-medium")
;;(setq goby-times      "dejavu-dejavu serif-medium")
;;(setq goby-courier    "dejavu-dejavu sans mono-medium")

;;(setq goby-helvetica  "helvetica")
;;(setq goby-times      "times")
;;(setq goby-courier    "courier")

(setq goby-gothic     "ume font-gothic-medium")
(setq goby-mincho     "ume font-mincho-medium")

;;(setq goby-gothic     "vlgothic-gothic-medium")

;;(setq goby-gothic     "sazanami-gothic-medium")
;;(setq goby-mincho     "sazanami-mincho-medium")

;;(setq goby-gothic     "kiloji-gothic-medium")
;;(setq goby-helvetica  "kiloji-gothic-medium")

;;(setq goby-mincho     "mona-mona-medium")
;;(setq goby-courier    "mona-mona-medium")

;;(setq goby-gothic     "kochi-gothic-medium")
;;(setq goby-mincho     "kochi-mincho-medium")

;;(setq goby-gothic     "gothic")
;;(setq goby-mincho     "mincho")

(setq goby-use-advanced-window-manager t)
;;(setq goby-use-advanced-window-manager nil)

;;(setq goby-theme 'dark)
;;(setq goby-theme 'light)

;;(setq goby-tab-spec
;;      '((0 6 "gray25"  "gray50")
;;	(1 5 "#004080" "#007080")
;;	(2 4 "#006080" "#009080")
;;	(3 3 "#008080" "#00b080")))

;;(setq goby-window-manager-top-position 0)
;;(setq goby-window-manager-left-position 0)
;;(setq goby-window-manager-view-top-position -22)
;;(setq goby-window-manager-view-left-position 0)
;;(setq goby-window-manager-bottom-margin 5)
;;(setq goby-window-manager-bottom-search-margin 3)

;;; dot.emacs ends here