mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Some comments on previous change. A couple of things are already
fixed.
This commit is contained in:
parent
3cac8dceb6
commit
af09f655a3
@ -30,21 +30,25 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00032.html
|
||||
|
||||
** Emacs fails to start properly if the current working directory is
|
||||
on a vfat or ntfs filesystem
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00033.html
|
||||
|
||||
** Loading ebrowse file yields warning
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00014.html
|
||||
[fixed in trunk 2007-10-13]
|
||||
|
||||
** dired cannot access file names with a quote
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html
|
||||
|
||||
** inserting a comment into a blank line for nroff (M-;)
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00162.html
|
||||
[was fixed by 2007-11-01 change]
|
||||
|
||||
** Auto-Save bug when file/directory no longer exists
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
|
||||
|
||||
** url-cookies file stored world-readable
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00012.html
|
||||
[was fixed by 2007-12-11 change]
|
||||
|
||||
** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest
|
||||
And: Bug in url-get-authentication
|
||||
@ -52,6 +56,21 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00059.html
|
||||
|
||||
** modify-frame-parameters behaviour broken
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html
|
||||
http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html
|
||||
|
||||
This should move the R frame edge 20pix to the R of the R screen edge.
|
||||
Instead, it moves the L frame edge 20pix to the R of the L screen edge.
|
||||
(modify-frame-parameters nil
|
||||
'((user-position . t) (user-size . t) (left - -20)))
|
||||
|
||||
This should move the L frame edge 20pix to the L of the L screen edge.
|
||||
Instead, it moves the R frame edge 20pix to the L of the R screen edge.
|
||||
(modify-frame-parameters nil
|
||||
'((user-position . t) (user-size . t) (left + -20)))
|
||||
|
||||
It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when
|
||||
the number is -ve that things go wrong.
|
||||
|
||||
|
||||
* Bugs and feature requests for 22.3 or later
|
||||
|
||||
@ -68,7 +87,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00155.html
|
||||
|
||||
** Emacs CVS: find-file.el - Line up all columns in output
|
||||
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html
|
||||
Do we need papers for Jari Aalto?
|
||||
Do we need papers for Jari Aalto? [no, we have them already]
|
||||
|
||||
** emacs crashs when remote x-windows closes after make-frame-on-display
|
||||
even when other frame was closed due to assertion in xcd_xlib.c
|
||||
@ -91,6 +110,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00046.html
|
||||
** Tweak sit-for to accept the form (sit-for 1 nil t)
|
||||
This obsolete form was not explicitly allowed, but some legacy
|
||||
programs use it.
|
||||
[already fixed in 22 branch on 2008-02-21 AFAIK]
|
||||
|
||||
** Two display bugs involving interactions between after-string and
|
||||
display properties of adjacent overlays
|
||||
|
Loading…
Reference in New Issue
Block a user