GNU bug report logs -
#57394
29.0.50; emacs commit 6ddcf67052545a0f77233f1a952dc90e296cda35 causes org-mode build to fail
Previous Next
Reported by: Daniel Ortmann <daniel.ortmann <at> oracle.com>
Date: Wed, 24 Aug 2022 23:21:02 UTC
Severity: normal
Found in version 29.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
commit 52f9ce5528e3a82c4170be2f3d117966793e8efc (HEAD -> master,
origin/master, origin/HEAD)
Author: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Thu Aug 25 16:00:27 2022 +0200
Mention C-x C-q + revert change in NEWS
commit 2385bf3397f8a92e226a29a5050c69dd8d2a1c31
Author: Robert Pluim <rpluim <at> gmail.com>
Date: Thu Aug 25 11:47:57 2022 +0200
Treat smtp-auth method from auth-info as a symbol
The lookup of the SMTP auth method is done based on symbols, but
sometimes the requested value comes from `auth-info', in which case it
is a string, so call `intern-soft' to convert it to a symbol (which
does nothing if it's already a symbol).
* lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call
`intern-soft' on the smtp-auth key's value. (Bug#57373)
commit 34e0a232cd0e7b38a33bc9134134c47665aeb185
Author: Kien Nguyen <kien.n.quang <at> gmail.com>
Date: Wed Aug 24 23:19:35 2022 +0900
Allow symlink creation on MS-Windows without Administrator privileges
* src/w32.c (symlink): Use the
SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag when available.
(Bug#57386)
commit b28b2cefaea0d7846ab9a45dc92f68ad00e92085
Author: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Thu Aug 25 14:54:49 2022 +0200
Fix warning about obsoleted generalized variables
* lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
Autoload so that the call here from gv.el (about obsolete
generalized variables) doesn't bug out (bug#57394).
commit a8a3608c074c00e32a551c6fa27131b0094c8b2c
Author: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Thu Aug 25 14:42:59 2022 +0200
Make frame-width obsolete as a generalized variable
* lisp/emacs-lisp/gv.el (frame-width): Make obsolete as
generalized variable.
commit dbec115948657d4f0b5c8ad86410b8e1c9e825d2
Author: Daniel Martín <mardani29 <at> yahoo.es>
Date: Thu Aug 25 14:37:36 2022 +0200
Fix instrumented eval-defun not printing "Edebug:" to the echo area
* lisp/progmodes/elisp-mode.el (elisp--eval-defun): Determine if we're
instrumenting a function and call eval-region with PRINTFLAG set to
nil if so (Bug#50245).
* test/lisp/progmodes/elisp-mode-tests.el
(eval-defun-prints-edebug-when-instrumented): Add a new test.
commit b947f80a623c9a8c6abd2bcd4e2e245af6b0e03a
Author: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Thu Aug 25 14:29:43 2022 +0200
Add hideshow-test.el file (bug#56635)
commit 7c7fc8fa5be69ccbfd2d134a899cdedf29d25aab
Author: kobarity <kobarity <at> gmail.com>
Date: Thu Aug 25 14:29:10 2022 +0200
Add Python blocks support for hideshow
* lisp/progmodes/python.el (python-nav-beginning-of-block-regexp):
On 8/25/22 09:52, Lars Ingebrigtsen wrote:
> Daniel Ortmann <daniel.ortmann <at> oracle.com> writes:
>
>> Is the fix actually pushed to main?
>> How can I obtain the code so I can verify the fix?
> What does "git log" in the emacs directory say?
This bug report was last modified 2 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.