bug-gnu-emacs archive search

Search String: Display: Description: Sort:

Results:

References: [ allout: 216 ]

Total 216 documents matching your query.

141. bug#33091: 27.0.50; Daily+ crashes in auto-save-hook (score: 2)
Author: HIDDEN
Date: Thu, 18 Oct 2018 14:56:59 -0400
I've been experiencing crashes over the past few days or so with emacs. The backtraces happen while working on a file, apparently when auto-save is invoked A full backtrace is thousands of lines long
/archive/html/bug-gnu-emacs/2018-10/msg00551.html (27,986 bytes)

142. bug#31812: 27.0.50; browse-url fails with file not found (score: 2)
Author: HIDDEN
Date: Wed, 13 Jun 2018 15:05:22 +0200
To test I put the url 'http://google.com/' in a buffer and got the error message: /home/deyke/http:/google.com: No such file or directory In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Vers
/archive/html/bug-gnu-emacs/2018-06/msg00567.html (11,463 bytes)

143. bug#30838: 25.3; password-prompt in shell not recognized when current-language-environment is set to UTF-8 (score: 2)
Author: HIDDEN
Date: Fri, 16 Mar 2018 20:53:55 +0100
Expected: when I enter a sudo-command in shell-mode, the password should always be asked in the minibuffer. Actual: when current-language-environment is set to UTF-8, German language password prompts
/archive/html/bug-gnu-emacs/2018-03/msg00525.html (29,431 bytes)

144. bug#30614: Symbol’s function definition is void: kdb (score: 2)
Author: HIDDEN
Date: Mon, 26 Feb 2018 13:00:10 +0000
/archive/html/bug-gnu-emacs/2018-02/msg00937.html (28,581 bytes)

145. bug#30039: 26.0.90; [26.1] Making my code warning free is impossible with when-let (score: 2)
Author: HIDDEN
Date: Wed, 10 Jan 2018 17:23:16 -0500
Isn't it standard Emacs practice to mark a function deprecated in the same commit which introduces the replacement? Examples: [1: 6f1dea5]: 2017-10-18 18:43:44 -0700 Spelling fixes https://git.savann
/archive/html/bug-gnu-emacs/2018-01/msg00335.html (9,040 bytes)

146. bug#29206: Make xref-show-xrefs-function a defcustom (score: 2)
Author: HIDDEN
Date: Sat, 18 Nov 2017 12:14:48 +0200
Dmitry, any comments on this? (If accepted, the defcustom should have a :version tag.)
/archive/html/bug-gnu-emacs/2017-11/msg00757.html (6,249 bytes)

147. bug#29206: Make xref-show-xrefs-function a defcustom (score: 2)
Author: HIDDEN
Date: Wed, 8 Nov 2017 10:43:29 +0100
/archive/html/bug-gnu-emacs/2017-11/msg00316.html (5,904 bytes)

148. bug#29097: 25.1; to support '_' as a word constituent, subword-mode regexes need updating (score: 2)
Author: HIDDEN
Date: Tue, 31 Oct 2017 20:51:23 -0700
If you like using identifiers with underscores (_) in them, like C macros or even just regular identifiers, you can add _ as a word constituent in the syntax tables, but if you're using subword-mode
/archive/html/bug-gnu-emacs/2017-10/msg01574.html (10,995 bytes)

149. bug#27641: 26.0.50; vc-dir using vc-src.el misses modified files (score: 2)
Author: HIDDEN
Date: Mon, 10 Jul 2017 15:04:15 +0200
If you execute the following shell script: tmpdir=/tmp/tmp$$ mkdir $tmpdir cd $tmpdir date > x src commit -m Initial x date >> x emacs -Q --eval "(vc-dir \"$tmpdir\")" then the file x is not shown as
/archive/html/bug-gnu-emacs/2017-07/msg00333.html (12,006 bytes)

150. bug#25505: 24.5; doc of `define-minor-mode': incorrect for :keymap (score: 2)
Author: HIDDEN
Date: Fri, 10 Feb 2017 18:28:32 -0500
tags 25505 notabug quit The doc says "variable name" as opposed to "expression", I think it's clear that expression will be evaluated, and something which is not an expression will not be evaluated.
/archive/html/bug-gnu-emacs/2017-02/msg00363.html (7,512 bytes)

151. bug#24716: 24.3; time-subtract result is one hour off (score: 2)
Author: HIDDEN
Date: Mon, 17 Oct 2016 11:39:04 +0200
In emacs 24.3, I found that time-subtract returns a time difference that is one hour to large. The same appears to be valid in 25.1. Evaluate the following: (decode-time (time-subtract (encode-time 0
/archive/html/bug-gnu-emacs/2016-10/msg00782.html (52,519 bytes)

152. bug#23166: 24.5; Cannot send GPG-encrypted mail to key without email (score: 2)
Author: HIDDEN
Date: Thu, 31 Mar 2016 00:53:16 +0200
Hi, I am trying to send an encrypted email with mu4e using mml-generate-mime to a friend whose GPG key does not have an associated email address. I get the error ("No public key for %s" <...>). I tri
/archive/html/bug-gnu-emacs/2016-03/msg01567.html (30,991 bytes)

153. bug#20787: 24.3; make-mode doesn't hightlight macro assignments preceeded by a TAB (score: 2)
Author: HIDDEN
Date: Thu, 11 Jun 2015 12:52:53 -0700
The constant makefile-macroassign-regex (used for highlighting), in make-mode.el, does not find an assignment that is preceded by a TAB character. The attached patch corrects the regular expression t
/archive/html/bug-gnu-emacs/2015-06/msg00418.html (22,025 bytes)

154. bug#19468: 25.0.50; UI inconveniences with M-. (score: 2)
Author: HIDDEN
Date: Thu, 30 Apr 2015 01:32:01 +0300
Probably because most tags have implicit names, so you need tag-implicit-name-match-p. For exact matches, try edit-abbrevs-map or allout-item-widget. See etc/ETAGS.EBNF for more details about explic
/archive/html/bug-gnu-emacs/2015-04/msg01165.html (7,942 bytes)

155. bug#19468: 25.0.50; UI inconveniences with M-. (score: 2)
Author: HIDDEN
Date: Wed, 29 Apr 2015 18:46:37 +0300
Probably because most tags have implicit names, so you need tag-implicit-name-match-p. For exact matches, try edit-abbrevs-map or allout-item-widget. See etc/ETAGS.EBNF for more details about explic
/archive/html/bug-gnu-emacs/2015-04/msg01124.html (8,020 bytes)

156. bug#18879: 24.3; flymake error window is wider than screeny (score: 2)
Author: HIDDEN
Date: Tue, 28 Oct 2014 21:30:21 +0100
Dear Emacs Hackers, When the flymake command does not work in graphical emacs (gtk), the error message is a single line window which often exceeds the limits of the screen. Best Wishes, Arne If Emacs
/archive/html/bug-gnu-emacs/2014-10/msg01268.html (33,809 bytes)

157. bug#18676: 24.3; auto-revert-buffers tries to cancel nil timer (score: 2)
Author: HIDDEN
Date: Fri, 10 Oct 2014 11:38:16 +0100
I started up emacs and got an "Invalid timer" error. It seems to have been introduced since I explicitly saved setting the custom variable `magit-diff-refine-hunk' to `nil'. If I remove the customiza
/archive/html/bug-gnu-emacs/2014-10/msg00424.html (54,536 bytes)

158. bug#17834: 24.3; html2text chokes on !important in attribute (score: 2)
Author: HIDDEN
Date: Sun, 22 Jun 2014 14:24:13 -0400
HTML email snipped that caused this: <a class=3D"link-enhancr-card-urlWrapper link-enha= ncr-element" style=3D"color: rgb(0, 0, 0) !important; text-decoration: none= !important;" contenteditable=3D"f
/archive/html/bug-gnu-emacs/2014-06/msg00827.html (71,351 bytes)

159. bug#17663: 24.4.50; arc-mode.el has unrar-free hard-coded (score: 2)
Author: HIDDEN
Date: Mon, 02 Jun 2014 11:05:06 +0200
arc-mode.el in the trunk has unrar-free hard-coded. unrar-free is no longer available in debian testing, and did not work correctly when it was available in the past. It would be better to use unar/l
/archive/html/bug-gnu-emacs/2014-06/msg00032.html (13,418 bytes)

160. bug#17613: 24.3; html2text can't handle weird formatting (score: 2)
Author: HIDDEN
Date: Tue, 27 May 2014 19:14:04 -0400
I got an email today whose source includes: <a class=3D"mcnButton " title=3D"Profile L= ink" href=3D"http://secret................................................= ...................................
/archive/html/bug-gnu-emacs/2014-05/msg01100.html (19,328 bytes)


This search system is powered by Namazu