diff options
author | Glenn Morris <rgm@gnu.org> | 2018-05-23 01:37:54 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-05-23 01:37:54 -0700 |
commit | cc130d13d4b2b4c20d22401364f9814871819791 (patch) | |
tree | 211002c7747c0c66ffef5eeef1842d8f87addcc4 /etc/PROBLEMS | |
parent | e5ff7f788e8d6e58000a3f8b2a005cb5f5124dd8 (diff) | |
parent | e3f00f5637a2790923a9c4c1d4b7dbf65027d8ce (diff) | |
download | emacs-cc130d13d4b2b4c20d22401364f9814871819791.tar.gz emacs-cc130d13d4b2b4c20d22401364f9814871819791.tar.bz2 emacs-cc130d13d4b2b4c20d22401364f9814871819791.zip |
Merge from origin/emacs-26
e3f00f5 (origin/emacs-26) Clarify when to use advice-add vs add-function
c0f3e6b Minor formatting tweak in the Emacs manual
fadf653 Update comments in Intro to Emacs Lisp
52ccb24 ; * doc/os.texi (Batch Mode): use = after --eval
d65430f * etc/NEWS: Mention change in `edebug-prin1-to-string'.
ef4aec1 ; * doc/lispref/hash.texi (Defining Hash): Fix typos.
2981952 Another attempt to fix sql.el
b1b96d7 Update binding of 'M-.' in Intro to Emacs Lisp
b239a09 Fix a typo in last change in sql.el
0d8bae5 Fix capitalization of mail headers
845fe03 Fix buffer names in sql.el
a3885f5 Minor fixes in the Emacs manual
542f830 Fix a typo in rmail.texi
eb0bc6f * etc/PROBLEMS: Document Bug#31305.
Conflicts:
doc/emacs/sending.texi
etc/NEWS
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8fb3d746102..d42539061be 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -3196,6 +3196,15 @@ them to DOS 8+3 limits. To be useful on NT, the MSDOS port of Emacs must be unzipped by a DOS utility, so that long file names are properly truncated. +** Apple Macintosh operating systems + +*** OS X 10.9 and earlier: symlinks autocomplete as directories + +Autocompleting the name of a symbolic link incorrectly appends "/". +Building and running Emacs on OS X 10.10 (or later) fixes the problem. +Older operating systems are no longer supported by Apple. +https://bugs.gnu.org/31305 + ** Archaic window managers and toolkits *** Open Look: Under Open Look, the Emacs window disappears when you type M-q. |