-
Emacs: image mode
https://www.emacswiki.org/emacs/ImageMode https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Conveniences.html The best description of this mode seems to be the internal mode description itself (“C-h m”). Took me ages to remember that. What a fool!
-
Emacs major mode for DokuWiki document
https://github.com/kai2nenobu/emacs-dokuwiki-mode
-
blog: “what the .emacs.d!?”
http://whattheemacsd.com
-
blog: “Emacs Rocks!”
http://EmacsRocks.com http://twitter.com/emacsrocks
-
error when viewing PDFs in emacs resp. after deleting associated buffers
https://www.reddit.com/r/emacs/comments/4029g0/error_when_viewing_pdfs/ the annoying, recurring error message: Error running timer `doc-view-display’: (error “Selecting deleted buffer”) what to do: M-x cancel-timer doc-view-display Update 2019-11-05 (GNU Emacs 26.3 on Mojave): M-x cancel-function-timers doc-view-display
-
cask is a project management tool for Emacs that helps automate the package development cycle
https://github.com/cask/cask#cask
-
Emacs Lisp Package Archives (ELPA)
http://elpa.gnu.org/ – GNU Emacs Lisp Package Archive http://melpa.org – Milkypostman’s Emacs Lisp Package Archive http://melpa.org/#/getting-started I first came across MELPA through jira-markup-mode: http://melpa.org/#/jira-markup-mode https://github.com/mnuessler/jira-markup-mode
-
jira-markup-mode: Emacs major mode for JIRA-markup-formatted text files
https://github.com/mnuessler/jira-markup-mode Editing Jira markup in a simple browser text pane is a PITA. So I shall give this a try!
-
emacs table-mode: why does a kill-ring-save on a (single) cell mark the (entire) buffer as “changed”?
http://table.sourceforge.net https://www.gnu.org/software/emacs/manual/html_node/emacs/Text-Based-Tables.html http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/table.el https://www.emacswiki.org/emacs/TableMode http://ergoemacs.org/emacs/emacs_table.html http://doc.endlessparentheses.com/Fun/*table–cell-kill-ring-save.html – within tables kill-ring-save is actually remapped to *table–cell-kill-ring-save https://www.gnu.org/software/emacs/manual/html_node/emacs/Kill-Ring.html That “feature” (marking the buffer as changed) is terribly annoying!!! You try to copy (AKA kill-ring-save) text from a table, and from now on something “tells” you, you “changed” the table – but actually you did not. You may be tempted to […]
-
emacs table-mode
http://table.sourceforge.net http://table.sourceforge.net/html – generate HTML from an emacs table https://www.gnu.org/software/emacs/manual/html_node/emacs/Text-Based-Tables.html https://www.emacswiki.org/emacs/TableMode http://ergoemacs.org/emacs/emacs_table.html