-
As title suggests, I think you can follow the features described in Genera Lisp machine manuals and make it real in Lem. If this succeeds, Lem would be a unique piece of software not even Emacs can co…
tuhdo updated
11 months ago
-
In reference to @e-n-f's ![vi-centric family tree of editors](http://web.mit.edu/kolya/misc/txt/editors).
-
#### Description :octocat:
I am attempting to set the default theme to [Doom](https://github.com/hlissner/emacs-doom-theme) at startup using `dotspacemacs-additional-packages` and `dotspacemacs-theme…
-
Need a simple list of specs, specs of the past!
-
* Demo Video - https://www.youtube.com/watch?v=o4-YnLpLgtk
* OS Download link - https://archive.org/download/SymblicsOpenGenera
* Resource on how to setup and run the emulator
- http://www.advo…
-
テキストは古くからあるエディタでよく使われている行単位双方向連結リストで管理していて、
N行目を得る方法はバッファの先頭、後尾、最後に得た行から一番近い位置から辿っていく。
最後に得た行はキャッシュしているので局所的な行の取得は、
大体O(1)で済むようにはなってる。(でも関数コールが深くなるからあまり速くは無いかもしれない)
このテキストの位置を表す方法が色々あって整理されていないの…
cxxxr updated
7 years ago
-
图形界面没有这个问题.
在 init-local.el
(defun chb-page-down ()
(interactive)
(when (featurep 'xemacs) (setq zmacs-region-stays t))
(forward-line
(- (if (fboundp 'window-displayed-height) ;XE…
jiamo updated
11 years ago
-
Hi -
My configuration:
1. Mac OS X Mavricks
2. Emacs 24.4
I am trying to install nxhtml via el-get, and am getting following errors:
```
Debugger entered--Lisp error: (error "el-get: /usr/local/Cel…
-
```
$ make check-local
ls ./tests-posix.lua ./tests-curses.lua | LUA_PATH="/Users/gary/Devo/luaposix--github--0/?.lua;;" LUA_CPATH="/Users/gary/Devo/luaposix--github--0/.libs/?.so;;" xargs -L 1 /usr/…
-
I haven't decided whether it's completely misconceived, or just half-baked... but either way, as is, it doesn't work properly:
1. It assumes I have clones in the directories `stdlib` and `stdlib-relea…