-
i.e. highlight the region and track when it's active, i.e. ready to be highlighted. This would make replace-string and replace-regex more intuitive; when the region is inactive, they should work on th…
-
There are many documents in `og2/sys.sct/`, how to export/convert them to PDF or just plain text?
Note: I know `*.sab`(Sage Binary) files can be opened in Concordia and edit.
```
Load System (…
-
replacing
```
(sly-send `(:emacs-rex ,form ,package ,thread ,id ,@extra-options))
```
with
```
(sly-send `(:emacs-rex ,form ,(if (symbolp package) (symbol-name package) package) ,thread ,id ,@ex…
pouar updated
5 years ago
-
C-M-f, C-M-b, C-M-a, C-M-e are not associated with any commands.
-
Instead of defining commands purely with `defun` it might make sense to use a `define-command` macro similar to CLIM. For example, instead of
``` Lisp
(defun forward-char-command ()
(move-char (cur…
-
I don't see Multics Emacs mentioned, but then I don't quite know what you
are aiming for here. Recall that Multics Emacs was the first version of
Emacs written in Lisp (in this case Multics Maclisp)…
-
* What changes were made by the various OEM distributions?
* Examples would include the **MINCE** distributions by **SAGE**, **Kaypro**, **Actrix**, etc.
* Any others?
-
This is a neat little package, and it would be nice to see it on MELPA.
-
Hi! Recently I've been trying to understand the emacs display engine and write a simple front-end, then I found this project, which looks interesting. I want to share some of my thoughts on this, and …
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
Pressing MMB(middle mouse button) on Linux after a Ctrl+V, shows the dialog `Please use Ctrl+V/Cmd+…
ghost updated
11 months ago