summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-09-05 01:02:38 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-09-05 01:02:40 +0200
commitb53e1bb71b5d88955776393badfa46b54000ade8 (patch)
tree47008ba96ad0959e69b05c7e43e5a1f619c01238 /open_issues
parent0b136fbee407b1b400e8e3642f57b7922a6c3ed7 (diff)
emacs: Drop the porting bits
"Emacs has ceased to distribute explicit machine or system configuration files, relegating their task to Autoconf instead." Suggested-by: Po Lu <luangruo@yahoo.com>
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/emacs.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/open_issues/emacs.mdwn b/open_issues/emacs.mdwn
index 2d7031cb..298ebc8c 100644
--- a/open_issues/emacs.mdwn
+++ b/open_issues/emacs.mdwn
@@ -14,15 +14,6 @@ License|/fdl]]."]]"""]]
GNU Emacs mostly does work, however there are a few issues.
- * Configuration in `src/s/`: `gnu.h` uses `bsd-common.h`. `gnu-kfreebsd.h`
- uses `gnu-linux.h` -- we probably should too.
-
- * `gnu-linux.h` makes a few things depend on `/proc` (also see
- `HAVE_PROCFS`) -- either resort to our own ways, or enhance our
- [[hurd/translator/procfs]] accordingly.
-
- * `sysdep.c`
-
---
# 2023-08-31