diff options
| author | Shokara Kou <kou@13f0.net> | 2022-12-09 17:46:53 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-09 17:46:53 -0500 |
| commit | 1504bed9e3de3fc2a107d1ffdeda55802035a58e (patch) | |
| tree | 2e29dd5e8d58e037785460adbd18ed13cbcc2505 /editors/emacs/pkg/README | |
| parent | 37c17bc49f465942447cdfd35360c0feb248d325 (diff) | |
add editor/emacs
Diffstat (limited to 'editors/emacs/pkg/README')
| -rw-r--r-- | editors/emacs/pkg/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/emacs/pkg/README b/editors/emacs/pkg/README new file mode 100644 index 0000000..362f22c --- /dev/null +++ b/editors/emacs/pkg/README | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | +----------------------------------------------------------------------- | ||
| 2 | | Running ${PKGSTEM} on OpenBSD | ||
| 3 | +----------------------------------------------------------------------- | ||
| 4 | |||
| 5 | D-Bus possible issues | ||
| 6 | ===================== | ||
| 7 | You may experience a bug in graphical Emacs sessions (freeze/crash at | ||
| 8 | exit time). Ensuring you have a D-Bus user session started should fix | ||
| 9 | this. See the D-Bus pkg-readme. | ||
| 10 | |||
| 11 | Dired and ls(1) | ||
| 12 | =============== | ||
| 13 | Dired attempts to use the --dired GNU ls(1) switch, which OpenBSD ls(1) | ||
| 14 | doesn't support. Read info '(emacs) Dired Enter' and | ||
| 15 | '(emacs) ls in Lisp'. GNU ls is available in the coreutils package. | ||
