bug-gnu-emacs archive search

Search String: Display: Description: Sort:

Results:

References: [ allout: 216 ]

Total 216 documents matching your query.

121. bug#61125: 30.0.50; debug build fails (score: 2)
Author: HIDDEN
Date: Sat, 28 Jan 2023 13:18:08 -0500
Bactrace of build failure while using my “build an emacs with debugging” branch of my build script: … ELC+ELN emacs-lisp/comp.elc ELC+ELN emacs-lisp/comp-cstr.elc emacs: Overflowing function re
/archive/html/bug-gnu-emacs/2023-01/msg02090.html (46,239 bytes)

122. bug#59953: 28.2; c type modifiers only work as prefixes for font-lock, cc-mode (score: 2)
Author: HIDDEN
Date: Sat, 10 Dec 2022 22:31:18 +0000
cc-mode doesn't seem to recognize that c type specifiers can come in any order (and I prefer them after so they're modifying the base type), so the highlighting doesn't work right for the variable na
/archive/html/bug-gnu-emacs/2022-12/msg00971.html (12,159 bytes)

123. bug#58954: 28.2; ibuffer.el out of range error on lots of buffers? (score: 2)
Author: HIDDEN
Date: Tue, 01 Nov 2022 22:39:16 +0000
I was getting Args out of range: #<buffer *Ibuffer*>, 51267, 51313 when hitting C-x C-b with a ton of buffers open, lots of tramp buffers, some eww buffers, etc. 722 buffers 86533321 669 files, 2 pro
/archive/html/bug-gnu-emacs/2022-11/msg00076.html (10,606 bytes)

124. bug#56494: 29.0.50; Tramp: No such file ' Buongiorno A Te ' - ( Luciano Pavarotti )-Aa-NLjOsLIE.mp4 (score: 2)
Author: HIDDEN
Date: Mon, 11 Jul 2022 11:03:12 +0300
I cannot execute !rm on this file: (dired-get-filename) ⇒ "/scp:motorolausb:/storage/emulated/0/Download/' Buongiorno A Te ' - ( Luciano Pavarotti )-Aa-NLjOsLIE.mp4" Error is: rm: cannot remove '/s
/archive/html/bug-gnu-emacs/2022-07/msg00849.html (41,366 bytes)

125. bug#56492: 29.0.50; dired not updating, ! acts weird during long Emacs session (score: 2)
Author: HIDDEN
Date: Mon, 11 Jul 2022 09:07:12 +0300
These bugs are taking place in a long Emacs session, and I cannot know why exactly: - I am using deleting by moving to trash, and sometimes I use d to delete file, then I see Trashing, but dired buff
/archive/html/bug-gnu-emacs/2022-07/msg00846.html (40,897 bytes)

126. bug#55714: 29.0.50; eval-when-compile leaves behind artifacts in init.el? (score: 2)
Author: HIDDEN
Date: Sun, 29 May 2022 15:43:43 -0400
I've recently found “M-x woman RET” fails. In resolving this, it looks like it caused by the presense of (eval-when-compile .... (defvar dired-mode-map nil .... The only reason I had this was to
/archive/html/bug-gnu-emacs/2022-05/msg02261.html (47,350 bytes)

127. bug#52503: 29.0.50; sokoban window does not redraw itself (score: 2)
Author: HIDDEN
Date: Mon, 13 Dec 2021 11:29:17 +0100
When I play the game sokoban (from ELPA) and the emacs frame gets obscured by some other window, sokoban does not get redrawn after being unobscured. This is on debian running X windows. In GNU Emacs
/archive/html/bug-gnu-emacs/2021-12/msg01214.html (11,873 bytes)

128. bug#52480: 28.0.60; Emacs Zip-Archive open inside image file does not display, just empty buffer (score: 2)
Author: HIDDEN
Date: Tue, 14 Dec 2021 22:24:00 +0800
I found that Emacs "Zip-Archive" `archive-mode' has problem on display zip archive file inside image files. When I press [Enter] on image file in the opened archive buffer, Emacs displays image file
/archive/html/bug-gnu-emacs/2021-12/msg01176.html (49,255 bytes)

129. bug#51629: 29.0.50; State of outline minor mode buttons not synchronized (score: 2)
Author: HIDDEN
Date: Sat, 06 Nov 2021 10:20:40 +0100
1. Set `outline-minor-mode-use-buttons' to true (I've done it through `customize-group') 2. Make sure that `emacs-lisp-mode-hook' enables outline-minor-mode (I've done it through `add-hook') 3. Visit
/archive/html/bug-gnu-emacs/2021-11/msg00345.html (11,954 bytes)

130. bug#51629: 29.0.50; State of outline minor mode buttons not synchronized (score: 2)
Author: HIDDEN
Date: Sat, 06 Nov 2021 09:57:57 +0100
1. Set `outline-minor-mode-use-buttons' to true (I've done it through `customize-group') 2. Enter "C-h b" and switch to the *Help* buffer 3. Toggle visibility of the first heading body using `outline
/archive/html/bug-gnu-emacs/2021-11/msg00343.html (11,703 bytes)

131. bug#51527: 29.0.50; (wrong-type-argument symbolp 1) lookup-key((keymap) [menu-bar buffer 1]) (score: 2)
Author: HIDDEN
Date: Sun, 31 Oct 2021 14:56:54 +0100
Yes, the patch fixed it. Thank you, Eli. -- Dieter Deyke mailto:dieter.deyke@gmail.com Get my Gnupg key: gpg --keyserver keys.gnupg.net --recv-keys B116EA20
/archive/html/bug-gnu-emacs/2021-10/msg02680.html (10,677 bytes)

132. bug#51527: 29.0.50; (wrong-type-argument symbolp 1) lookup-key((keymap) [menu-bar buffer 1]) (score: 2)
Author: HIDDEN
Date: Sun, 31 Oct 2021 15:22:14 +0200
Thanks. Does the patch below fix this? diff --git a/src/keymap.c b/src/keymap.c index 5ff13ba..4d8944d 100644 -- a/src/keymap.c +++ b/src/keymap.c @@ -1314,36 +1314,44 @@ DEFUN ("lookup-key", Flooku
/archive/html/bug-gnu-emacs/2021-10/msg02678.html (9,134 bytes)

133. bug#50679: 28.0.50; outline-minor-mode-cycle should be able to only cycle at the begining of a line (score: 2)
Author: HIDDEN
Date: Sun, 19 Sep 2021 16:24:21 +0000
I like the new outline-minor-mode-cycle option, but it becomes annoying in combination with tab-always-indent set to 'complete, because outline takes over, even if I don't expect it. Replacing the (o
/archive/html/bug-gnu-emacs/2021-09/msg01607.html (12,738 bytes)

134. bug#50308: Error during redisplay (score: 2)
Author: HIDDEN
Date: Tue, 31 Aug 2021 16:43:39 -0400
/archive/html/bug-gnu-emacs/2021-08/msg02094.html (10,760 bytes)

135. bug#49536: 28.0.50; Confusing dolist-with-progress-reporter behaviour (score: 2)
Author: HIDDEN
Date: Mon, 12 Jul 2021 15:33:44 +0000
When evaluating this form (dolist-with-progress-reporter (i (number-sequence 1 4)) "Doing stuff" (sleep-for 1)) I would expect to get the messages Doing stuff... Doing stuff...25% Doing stuff...50% D
/archive/html/bug-gnu-emacs/2021-07/msg00585.html (14,441 bytes)

136. bug#45056: 28.0.50; lexical-let doesn't work with returned closures on nativecomp (score: 2)
Author: HIDDEN
Date: Sat, 05 Dec 2020 13:16:06 -0500
I have a function (mah/firestarter-sentinel) that is called from make-process. The make-process call looks like this: (make-process :name "rsync" "REMOTE_HOST") post-cmd)) mah/firestarter-sentinal cr
/archive/html/bug-gnu-emacs/2020-12/msg00339.html (50,462 bytes)

137. bug#40118: 27.0.90; Signing emails with gpg (score: 2)
Author: HIDDEN
Date: Wed, 18 Mar 2020 14:51:10 +0000
When I have - --8<--cut here--start-->8-- (add-hook 'gnus-message-setup-hook 'mml-secure-message-sign) (add-hook 'message-setup-hook 'mml-secure-message-sign) --8<--cut here--end-->8-- enabled in ema
/archive/html/bug-gnu-emacs/2020-03/msg00779.html (40,158 bytes)

138. bug#36598: 26.1; (error "‘/tmp/emacs1000’ is not a safe directory because it is a symlink") (score: 2)
Author: HIDDEN
Date: Thu, 11 Jul 2019 10:10:49 -0400
$ ls -l /tmp/emacs1000 lrwxrwxrwx 1 mah mah 20 Jul 11 09:53 /tmp/emacs1000 -> /run/user/1000/emacs Whoever set up the symlink for /tmp/emacs1000 should also change the value of server-socket-dir. In
/archive/html/bug-gnu-emacs/2019-07/msg00780.html (34,179 bytes)

139. bug#36414: 27.0.50; svg-clock does not work anymore (score: 2)
Author: HIDDEN
Date: Fri, 28 Jun 2019 07:28:50 +0200
Executing (svg-clock) from elpa does not show the clock anymore, but just the single char '*'. In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-06-28 built on deyke2 R
/archive/html/bug-gnu-emacs/2019-06/msg01694.html (10,420 bytes)

140. bug#36058: 27.0.50; add-text-properties called with nil for beg and end (score: 2)
Author: HIDDEN
Date: Sun, 02 Jun 2019 15:35:12 -0400
I have a function called totd (following patch) that is invoked at startup and it is causing the attached backtrace when make-text-button is called with nil for beg and end. The following patch fixes
/archive/html/bug-gnu-emacs/2019-06/msg00041.html (38,365 bytes)


This search system is powered by Namazu