/usr/share/emacs/site-lisp/emacs-goodies-el/emacs-goodies-custom.el is in emacs-goodies-el 35.12ubuntu2.
This file is owned by root:root, with mode 0o755.
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 | ;;; emacs-goodies-custom.el --- Automatically harvested defgroups
;;
;; Peter S Galbraith <psg@debian.org>
;; License of copied code applies to this combined work (GPL V2)
;;
;;; Code:
(defgroup apache-mode nil
"Major mode for editing Apache configuration files."
:group 'programming
:link '(custom-manual "(emacs-goodies-el)apache-mode")
:load 'apache-mode
;;:require 'apache-mode
:group 'emacs-goodies-el)
(defgroup ascii nil
"ASCII code display"
:link '(emacs-library-link :tag "Source Lisp File" "ascii.el")
:prefix "ascii-"
:group 'data
:link '(custom-manual "(emacs-goodies-el)ascii")
:load 'ascii
:group 'emacs-goodies-el)
;; auto-fill-inhibit.el
(defgroup auto-fill-inhibit '((auto-fill-inhibit-list custom-variable))
"Finer grained control over auto-fill-mode (de)activation."
:load 'auto-fill-inhibit
:link '(custom-manual "(emacs-goodies-el)auto-fill-inhibit")
:group 'emacs-goodies-el)
;; bar-cursor
(defgroup bar-cursor nil
"switch block cursor to a bar."
:link '(custom-manual "(emacs-goodies-el)bar-cursor")
:group 'convenience
:load 'bar-cursor
;;:require 'bar-cursor
:group 'emacs-goodies-el)
(defgroup bm nil
"Visible, buffer local bookmarks."
:link '(emacs-library-link :tag "Source Lisp File" "bm.el")
:group 'faces
:group 'editing
:prefix "bm-"
:link '(custom-manual "(emacs-goodies-el)bm")
:load 'bm
:group 'emacs-goodies-el)
;; boxquote
(defgroup boxquote nil
"Mark regions of text with a half-box."
:group 'editing
:prefix "boxquote-"
:link '(custom-manual "(emacs-goodies-el)boxquote")
:load 'boxquote
;;:require 'boxquote
:group 'emacs-goodies-el)
;; browse-kill-ring
(defgroup browse-kill-ring nil
"A package for browsing and inserting the items in `kill-ring'."
:link '(url-link "http://web.verbum.org/~walters")
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)browse-kill-ring")
:load 'browse-kill-ring
;;:require 'browse-kill-ring
:group 'emacs-goodies-el)
;; color-theme
(defgroup color-theme nil
"Color Themes for Emacs.
A color theme consists of frame parameter settings, variable settings,
and face definitions."
:version "20.6"
:group 'faces
:link '(custom-manual "(emacs-goodies-el)color-theme")
:load 'color-theme_seldefcustom
:group 'emacs-goodies-el)
;; csv-mode
(defgroup CSV nil
"Major mode for editing files of comma-separated value type."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)csv-mode")
:load 'csv-mode
:group 'emacs-goodies-el)
;; ctypes
(defgroup ctypes nil
"Enhanced Font lock support for custom defined types."
:group 'programming
:link '(custom-manual "(emacs-goodies-el)ctypes")
:load 'ctypes
:group 'emacs-goodies-el)
;; df
(defgroup df nil
"Display space left on partitions in the mode-line."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)df")
:load 'df
;;:require 'df
:group 'emacs-goodies-el)
;; dict
(defgroup Dict nil
"Browse DICT dictionaries."
:prefix "dict-"
:group 'external
:link '(custom-manual "(emacs-goodies-el)dict")
:load 'dict
;;:require 'dict
:group 'emacs-goodies-el)
;; diminish
(defgroup diminish nil
"Diminished modes are minor modes with no modeline display."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)diminish")
:load 'diminish
;;:require 'diminish
:group 'emacs-goodies-el)
;; dir-locals
(defgroup dir-locals ()
"Directory-wide file-local variables"
:link '(emacs-commentary-link "dir-locals")
:group 'files
:link '(custom-manual "(emacs-goodies-el)dir-locals")
:load 'dir-locals
:group 'emacs-goodies-el)
;; egocentric
(defgroup egocentric nil
"Highlight your name in arbitrary buffers."
:group 'files
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)egocentric")
:load 'egocentric
;;:require 'egocentric
:group 'emacs-goodies-el)
;; eproject
(defgroup eproject nil
"Eproject; provide support for grouping files and buffers into projects"
:prefix "eproject-"
:group 'convenience
:link '(emacs-commentary-link :tag "Commentary" "eproject.el")
:link '(emacs-library-link :tag "Optional extras" "eproject-extras.el")
:link '(url-link :tag "Github wiki" "http://wiki.github.com/jrockway/eproject")
:load 'eproject
:group 'emacs-goodies-el)
;; ff-paths
(defgroup ff-paths nil
"Find file using paths."
:group 'ffap
:group 'matching
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)ff-paths")
:load 'ff-paths
;;:require 'ff-paths
:group 'emacs-goodies-el)
;; filladapt
(defgroup filladapt nil
"Enhanced filling"
:group 'fill
:link '(custom-manual "(emacs-goodies-el)filladapt")
:load 'filladapt
;;:require 'filladapt
:group 'emacs-goodies-el)
;; floatbg
(defgroup floatbg nil
"Slowly modify background color by moving through an HSV color model."
:tag "Floating Background"
:group 'frames
:prefix "floatbg-"
:link '(custom-manual "(emacs-goodies-el)floatbg")
:load 'floatbg
;;:require 'floatbg
:group 'emacs-goodies-el)
;; folding
(defgroup folding nil
"Managing buffers with Folds."
:group 'tools
:link '(custom-manual "(emacs-goodies-el)folding")
:load 'folding
;;:require 'folding
:group 'emacs-goodies-el)
;; framepop
(defgroup framepop nil
"Display temporary buffers in a dedicated frame."
:group 'frames
:link '(custom-manual "(emacs-goodies-el)framepop")
:load 'framepop
;;:require 'framepop
:group 'emacs-goodies-el)
;; graphviz-dot-mode.el
(defgroup graphviz nil
"Major mode for editing Graphviz Dot files"
:group 'tools
:link '(custom-manual "(emacs-goodies-el)graphviz-dot-mode")
:load 'graphviz-dot-mode
:group 'emacs-goodies-el)
;; highlight-beyond-fill-column
(defgroup highlight-beyond-fill-column nil
"Fontify beyond the fill-column."
:group 'fill
:link '(custom-manual "(emacs-goodies-el)highlight-beyond-fill-column")
:load 'highlight-beyond-fill-column
;;:require 'highlight-beyond-fill-column
:group 'emacs-goodies-el)
;; highlight-completion
(defgroup highlight-completion nil
"Highlight completion mode: display completion as highlighted text."
:tag "Highlight completion"
:prefix "hc"
:link '(url-link :tag "Home Page" "http://www.math.washington.edu/~palmieri/Emacs/hlc.html")
:group 'abbrev
:link '(custom-manual "(emacs-goodies-el)highlight-completion")
:load 'highlight-completion
;;:require 'highlight-completion
:group 'emacs-goodies-el)
;; highlight-current-line
(defgroup highlight-current-line nil
"Highlight line where the cursor is."
:load 'highlight-current-line
:group 'faces
:link '(custom-manual "(emacs-goodies-el)highlight-current-line")
:load 'highlight-current-line
;;:require 'highlight-current-line
:group 'emacs-goodies-el)
;; htmlize
(defgroup htmlize nil
"HTMLize font-locked buffers."
:group 'hypermedia
:link '(custom-manual "(emacs-goodies-el)htmlize")
:load 'htmlize
;;:require 'htmlize
:group 'emacs-goodies-el)
;; initsplit
(defgroup initsplit nil
"Code to split customizations into different files."
:group 'initialization
;;:link '(custom-manual "(emacs-goodies-el)initsplit")
:load 'initsplit
;;:require 'initsplit
:group 'emacs-goodies-el)
(defgroup joc-toggle-buffer nil
"toggle-buffer package customization"
:group 'tools
:link '(custom-manual "(emacs-goodies-el)joc-toggle-buffer")
:load 'joc-toggle-buffer
:group 'emacs-goodies-el)
(defgroup joc-toggle-case nil
"joc-toggle-case package customization"
:group 'tools
:link '(custom-manual "(emacs-goodies-el)joc-toggle-case")
:load 'joc-toggle-case
:group 'emacs-goodies-el)
;; keywiz
(defgroup keywiz nil
"Emacs key sequence quiz."
:version "21.2"
:group 'games
:group 'keyboard
:link '(emacs-commentary-link "keywiz.el")
:link '(custom-manual "(emacs-goodies-el)keywiz")
:load 'keywiz
;;:require 'keywiz
:group 'emacs-goodies-el)
;; lcomp
(defgroup lcomp nil
"list-completion hacks."
:group 'completion
:link '(custom-manual "(emacs-goodies-el)lcomp")
:load 'lcomp
:group 'emacs-goodies-el)
;; maplev
(defgroup maplev nil
"Major mode for editing Maple source in Emacs"
:group 'languages
:link '(custom-manual "(emacs-goodies-el)maplev")
:load 'maplev
:group 'emacs-goodies-el)
;; matlab
(defgroup matlab nil
"Matlab mode."
:prefix "matlab-"
:group 'languages
:link '(custom-manual "(emacs-goodies-el)matlab")
:load 'matlab
:group 'emacs-goodies-el)
;; markdown
(defgroup markdown nil
"Markdown mode."
:prefix "markdown-"
:group 'languages
:link '(custom-manual "(emacs-goodies-el)markdown-mode")
:load 'markdown-mode
:group 'emacs-goodies-el)
;; minibuffer-complete-cycle
(defgroup minibuffer-complete-cycle nil
"Cycle through the *Completions* buffer."
:group 'completion
:link '(custom-manual "(emacs-goodies-el)minibuffer-complete-cycle")
:load 'minibuffer-complete-cycle
;;:require 'minibuffer-complete-cycle
:group 'emacs-goodies-el)
(defgroup miniedit nil
"Miniedit"
:group 'applications
:link '(custom-manual "(emacs-goodies-el)miniedit")
:load 'miniedit
;;:require 'miniedit
:group 'emacs-goodies-el)
(defcustom miniedit-install-p nil
"Whether to setup miniedit for use."
:type 'boolean
:set (lambda (symbol value)
(set-default symbol value)
(when value
(if (string-match "XEmacs" emacs-version)
(miniedit-install-for-xemacs)
(miniedit-install))))
:require 'miniedit
:group 'miniedit)
;; mutt-alias
(defgroup mutt-alias nil
"Lookup mutt mail aliases."
:group 'mail
:prefix "mutt-alias-"
:link '(custom-manual "(emacs-goodies-el)mutt-alias")
:load 'mutt-alias
;;:require 'mutt-alias
:group 'emacs-goodies-el)
;; muttrc-mode
(defgroup muttrc nil
"Muttrc editing commands for Emacs."
:group 'files
:prefix "muttrc-"
:link '(custom-manual "(emacs-goodies-el)muttrc-mode")
:load 'muttrc-mode
;;:require 'muttrc-mode
:group 'emacs-goodies-el)
;; pack-windows
(defgroup pack-windows nil
"Resize all windows to display as much info as possible."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)pack-windows")
:load 'pack-windows
:group 'emacs-goodies-el)
;; perldoc
(defgroup perldoc nil
"Show help for Perl functions, builtins, and modules."
:group 'help
:link '(custom-manual "(emacs-goodies-el)perldoc")
:load 'perldoc
;;:require 'perldoc
:group 'emacs-goodies-el)
;; pp-c-l.el
(defgroup Pretty-Control-L nil
"Options to define pretty display of Control-l (`^L') characters."
:prefix "pp^L-" :group 'convenience :group 'wp
:link `(url-link :tag "Send Bug Report"
,(concat "mailto:" "drew.adams" "@" "oracle" ".com?subject=pp-c-l.el bug: \
&body=Describe bug here, starting with `emacs -q'. \
Don't forget to mention your Emacs and library versions."))
:link '(url-link :tag "Other Libraries by Drew"
"http://www.emacswiki.org/cgi-bin/wiki/DrewsElispLibraries")
:link '(url-link :tag "Download" "http://www.emacswiki.org/cgi-bin/wiki/pp-c-l.el")
:link '(url-link :tag "Description"
"http://www.emacswiki.org/cgi-bin/wiki/PrettyControlL")
:link '(emacs-commentary-link :tag "Commentary" "pp-c-l")
:link '(custom-manual "(emacs-goodies-el)pp-c-l")
:load 'pp-c-l
:group 'emacs-goodies-el)
;; projects
(defgroup projects nil
"Project-based buffer name management."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)projects")
:load 'projects
;;:require 'projects
:group 'emacs-goodies-el)
;; protbuf
(defgroup protect-buffer nil
"Protect buffers from accidental killing."
:group 'killing
:link '(custom-manual "(emacs-goodies-el)protbuf")
:load 'protbuf
;;:require 'protbuf
:group 'emacs-goodies-el)
;; quack
(defgroup quack nil
"Enhanced support for editing and running Scheme code."
:group 'scheme
:prefix "quack-"
:link '(url-link "http://www.neilvandyke.org/quack/")
:load 'quack
:link '(custom-manual "(emacs-goodies-el)quack")
:group 'emacs-goodies-el)
(defcustom quack-install nil
"Whether to setup quack for use."
:type 'boolean
:set (lambda (symbol value)
(set-default symbol value)
(when value
(quack-install)))
:require 'quack
:group 'quack)
;; rfcview
(defgroup rfcview nil
"View IETF RFC files with formatting."
:group 'hypermedia
:prefix "rfcview-"
:link '(custom-manual "(emacs-goodies-el)rfcview")
:load 'rfcview
:group 'emacs-goodies-el)
;; session
(defgroup session nil
"Use variables, registers and buffer places across sessions."
:group 'data
:link '(emacs-commentary-link "session.el")
:link '(url-link "http://emacs-session.sourceforge.net/")
:prefix "session-"
:link '(custom-manual "(emacs-goodies-el)session")
:load 'session
;;:require 'session
:group 'emacs-goodies-el)
;; setnu
(defgroup setnu nil
"vi-style line number mode for Emacs."
:link '(custom-manual "(emacs-goodies-el)setnu")
:load 'setnu
:group 'emacs-goodies-el)
;; shell-command
(defgroup shell-command nil
"Enable Tab completions for `shell-command' and related commands."
:group 'shell
:link '(custom-manual "(emacs-goodies-el)shell-command")
:load 'shell-command
:group 'emacs-goodies-el)
;; show-wspace
(defgroup Show-Whitespace nil
"Highlight whitespace of various kinds."
:prefix "show-ws-"
:group 'convenience :group 'matching
:link `(url-link :tag "Send Bug Report"
,(concat "mailto:" "drew.adams" "@" "oracle" ".com?subject=\
show-wspace.el bug: \
&body=Describe bug here, starting with `emacs -q'. \
Don't forget to mention your Emacs and library versions."))
:link '(url-link :tag "Other Libraries by Drew"
"http://www.emacswiki.org/cgi-bin/wiki/DrewsElispLibraries")
:link '(url-link :tag "Download"
"http://www.emacswiki.org/cgi-bin/wiki/show-wspace.el")
:link '(url-link :tag "Description"
"http://www.emacswiki.org/cgi-bin/wiki/ShowWhiteSpace#ShowWspace")
:link '(emacs-commentary-link :tag "Commentary" "show-wspace")
:load 'show-wspace
:group 'emacs-goodies-el
)
;; slang-mode
(defgroup slang nil
"Major mode for editing slang code."
:prefix "slang-"
:group 'languages
:link '(custom-manual "(emacs-goodies-el)slang-mode")
:load 'slang-mode
:group 'emacs-goodies-el)
(defgroup silly-mail nil
"Generate bozotic mail headers."
:group 'mail
:group 'mh
:group 'sendmail
:link '(custom-manual "(emacs-goodies-el)silly-mail")
:load 'silly-mail
:group 'emacs-goodies-el)
(defgroup tabbar nil
"Display a tab bar in the header line."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)tabbar")
:load 'tabbar
:group 'emacs-goodies-el)
;; tail
(defgroup tail nil
"Tail files or commands into Emacs buffers."
:prefix "tail-"
:group 'environment
:link '(custom-manual "(emacs-goodies-el)tail")
:load 'tail
;;:require 'tail
:group 'emacs-goodies-el)
;; tc
(defgroup tc nil "Insert cited text in a nice manner"
;;:link '(custom-manual "(emacs-goodies-el)tc")
:load 'tc
;;:require 'tc
:group 'emacs-goodies-el)
;; thinks
(defgroup thinks nil
"Insert text in a think bubble."
:group 'editing
:prefix "thinks-"
:link '(custom-manual "(emacs-goodies-el)thinks")
:load 'thinks
;;:require 'thinks
:group 'emacs-goodies-el)
;;tlc
(defgroup tlc nil
"Major mode for editing tlc files."
:group 'languages
:link '(custom-manual "(emacs-goodies-el)tlc")
:load 'tlc
:group 'emacs-goodies-el)
;; todoo
(when (not (featurep 'xemacs))
(defgroup todoo nil
"Maintain a list of todo items."
:group 'calendar
:link '(custom-manual "(emacs-goodies-el)todoo")
:load 'todoo
;;:require 'todoo
:group 'emacs-goodies-el))
;; toggle-option
(defgroup toggle-option nil
"Convenience library for toggling commonly toggled variables/functions."
:group 'convenience
:link '(custom-manual "(emacs-goodies-el)toggle-option")
:load 'toggle-option
;;:require 'toggle-option
:group 'emacs-goodies-el)
;; xrdb-mode
(defgroup xrdb nil
"Support for editing X resource database files"
:group 'languages
:link '(custom-manual "(emacs-goodies-el)xrdb-mode")
:load 'xrdb-mode
;;:require 'xrdb-mode
:group 'emacs-goodies-el)
(provide 'emacs-goodies-custom)
|