yabs.io

Yet Another Bookmarks Service

Search

Results

[https://stackoverflow.com/questions/24565068/emacs-text-is-read-only] - - public:mzimmerm
edit, emacs, fix, json - 4 | id:1484840 -

Json mode in emacs 29.1 seems to always place text as read only, and not let edit: “Text is read-only“. This describes the fix: (let ((inhibit-read-only t)) (set-text-properties (point-min) (point-max) ()))

[https://emacs.stackexchange.com/questions/41/start-two-separate-emacs-daemons-for-console-and-gui] - - public:mzimmerm
client, emacs, server - 3 | id:1484602 -

Use emacs --daemon=your-server-name -l “custom-init-file“ to start a new server and emacsclient -nw -s your-server-name to connect to it from the terminal itself. The section on Using Emacs as a server in the manual has more initialization options.

[https://lists.gnu.org/archive/html/emacs-devel/2022-11/index.html] - - public:mzimmerm
bug, emacs, email - 3 | id:1294488 -

emacs-devel bugs and discussion

[https://stackoverflow.com/questions/6238331/emacs-shell-scripts-how-to-put-initial-options-into-the-script#6259330] - - public:mzimmerm
emacs, eshell, good, script, shebang, shell - 6 | id:1294365 -

Use shebang + exec emacs --script to run emacs code as a shell script but also as emacs code, for example load-file #! /bin/sh “:“; exec emacs --no-site-file --script “$0“ -- “$@“ # -*-emacs-lisp-*- (print (+ 2 2))

[http://xahlee.info/emacs/emacs/blog.html] - - public:mzimmerm
elisp, emacs, good - 3 | id:1294294 -

Start here, and click on “Practical elisp“ or “Lisp Basics“. Menu on the left

[https://en.wikipedia.org/wiki/Name_of_Australia] - - public:RhubarbPie
200907-xenial-pm, 220905, coding, emacs - 4 | id:1273413 -

Once you grok Emacs, you realize that it's a thermonuclear toaster that can also serve as the engine for... well, just about anything you want to do with text. When you think about how much your compu

[https://books.google.com/books?id=uJHqBwAAQBAJ&dq=emacs+primer+4&source=gbs_navlinks_s] - - public:RhubarbPie
200907-xenial-pm, 220905, coding, emacs - 4 | id:1273410 -

Never before has a book been published that describes the techniques and technology used in writing text editors, word processors and other software. Written for the working professional and serious student, this book covers all aspects of the task. The topics range from user psychology to selecting a language to implementing redisplay to designing the command set. More than just facts are involved, however, as this book also promotes insight into an understanding of the issues encountered when designing such software. After reading this book, you should have a clear understanding of how to go about writing text editing or word processing software. In addition, this book introduces the concepts and power of the Emacs-type of text editor. This type of editor can trace its roots to the first computer text editor written and is still by far the most powerful editor available.

Follow Tags


Export:

JSONXMLRSS