Category: emacs
-
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
-
emacs table-mode, how to print, …
http://table.sourceforge.net/html/ https://www.emacswiki.org/emacs/TableMode Rendering an emacs table as HTML table, possible for further intermediate processing – like splitting … – quite useful! So far I have always printed an emacs table as fixed-font text document – sort of ugly, but still useful.
-
emacs: in table-mode, how do I change the face used for cells?
https://emacs.stackexchange.com/questions/2394/in-table-mode-how-do-i-change-the-face-used-for-cells I find it very useful and necessary to know immediately, that a table got recognised by emacs as such. Emacs shows it in colours then. With the default settings I find the background blue1 (together with foreground gray90) sometimes / often “far too heavy”, let’s say: a contrast far too exhausting for my eyes. Really! https://en.wikipedia.org/wiki/eye_candy…
-
Emacs: visiting symlinks – the variable find-file-visit-truename
https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Aliases.html What a surprise! I would have liked to use that functionality for a long, long time – not only in the context of a file under VC. How often did my symlinks get disconnected erroneously / accidentally from their link targets?
-
Emacs: Wdired: operating on files by editing the Dired buffer
https://www.gnu.org/software/emacs/manual/html_node/emacs/Wdired.html Why didn’t I know of such a basic and useful feature for so many years???
-
EmacsWiki: Eshell Lnk File Support – but I would like to see the details of a Windows “.lnk” within emacs
https://www.emacswiki.org/emacs/EshellLnkFileSupport