Category: emacs
-
rnc-mode: Emacs mode to edit Relax-NG Compact files
https://elpa.gnu.org/packages/rnc-mode.html https://elpa.gnu.org – GNU Emacs Lisp Package Archive
-
EmacsWiki: NTEmacs With Cygwin
https://www.emacswiki.org/emacs/NTEmacsWithCygwin This is great!!! Now I can do “Search Files…” in Emacs’s dired-mode again — just like “everywhere”. How to get it to start in the user’s home directory? Create a shortcut for runemacs.exe, move it to AppData\Roaming\Microsoft\Windows\Start Menu\Programs\ ! Modify the properties of that shorcut accordingly!
-
tramp says: “Cannot find local copy program: pscp” – but that does not mean there is something wrong with your emacs/tramp/PuTTY set-up
Every now and then I come across this error message: Cannot find local copy program: pscp This only occurs for “bigger” files (e.g. a 40k file), not for small files, because small files are being dealt with by plink. tramp-do-copy-or-rename-file-out-of-band (in lisp/net/tramp-sh.el) tries to find the copy-program on exec-path instead of PATH, so we have…
-
my 2017 Windows working environment
All these packages resp. utilities do not require Windows admin rights for getting them “installed” – actually they do not need “a Windows system installation”. Below C:\Users\jhayek I created a couple of subdirectories: opt: every package resp. utility has its own subdirectory below there bin: some .bat and .sh (BusyBox ash) scripts go there Packages resp. utilities:…
-
GNU Emacs: “find-tag” – from “use” to “definition”
https://www.gnu.org/software/emacs/manual/html_node/emacs/Find-Tag.html In case of Perl files you have to help “the mode” by creating a TAGS file beforehand through running “etags …”. In case of JavaScript files it works out of the box and w/o etags or anything like that. I have been using Emacs (and VI) for dozens of years now, but I did…
-
emacs: how to remove that useless toolbar?
https://www.emacswiki.org/emacs/ToolBar That useless toolbar has been sitting there for many, many years, always stole visible space on my screens, I never ever used it, and I never ever got the idea it should get removed – until now. Actually yesterday I found out, how to remove KDE Konsole’s menu bar – I had tried to…
-
“GNU Emacs For Mac OS X”: emacsformacosx.com has been down since 2016-03-23 – but it’s up again
Site Not Found I hope this will be fixed within a couple of days. That’s the site, where I have been downloading my newest Emacsen from.
-
Emacs’ “TRAMP” (again)
https://www.gnu.org/software/tramp/ http://www.emacswiki.org/emacs/TrampMode http://wikemacs.org/wiki/TRAMP http://www.linux-mag.com/id/1527/
-
if saving a file through emacs’s “tramp” is not successful …
On Windows …: PLINK.EXE is part of the PuTTY family, and it’s the utility tramp is communicating through. (You do know that, as tramp does not set itself up to make use of PuTTY.) On all platforms: Burying the tramp buffer in question is actually my 1st approach on all platforms (Linux/Mac/Windows), whenever tramp communication seems…