messages from 2021-05-07 12:43:16 to 2021-05-10 00:13:52 UTC [more...]
bug#48269: 27.1: log-edit-generate-changelog-from-diff FAILURE
2021-05-10 0:13 UTC (10+ messages)
bug#48307: Feature request: provide default keybindings to change the font size in all windows
2021-05-09 22:56 UTC (18+ messages)
` bug#48307: [External] : "
bug#48254: 28.0.50; minibuffer does not show the prompt of a command on first invocation
2021-05-09 22:37 UTC (6+ messages)
bug#48321: 27.2; Text copied from *grep* buffer has NUL (0x00) characters
2021-05-09 21:38 UTC (2+ messages)
` bug#48324: 27.2; hexl-mode duplicates the UTF-8 BOM
bug#48302: [PATCH] Abbreviate `find' properties in M-x rgrep on MS Windows
2021-05-09 20:07 UTC (3+ messages)
bug#48317: 27.1; text-property-search-forward moves point to end when not found
2021-05-09 19:48 UTC (5+ messages)
bug#48322: 28.0.50; multi-topic queries for mark return empty results
2021-05-09 19:39 UTC
bug#48264: 28.0.50; Changing the default for DEFVAR_PER_BUFFER variables takes O(#buffers) time
2021-05-09 18:29 UTC (52+ messages)
` bug#48264: [PATCH v3 02/15] Take offset not idx in PER_BUFFER_VALUE_P
` bug#48264: [PATCH v3 03/15] Add and use BUFFER_DEFAULT_VALUE_P
` bug#48264: [PATCH v3 06/15] Rearrange set_internal for buffer forwarded symbols
` bug#48264: [PATCH v3 07/15] Add BVAR_OR_DEFAULT macro as a stub
` bug#48264: [PATCH v3 08/15] Set non-buffer-local BVARs to Qunbound
` bug#48264: [PATCH v3 12/15] Set buffer_defaults fields without a default "
` bug#48264: [PATCH v3 15/15] Add and use BVAR_FIELD macros
` bug#48264: [PATCH 1/2] Take buffer field name in DEFVAR_PER_BUFFER
` bug#48264: [PATCH 2/2] Add compile-time check that BVAR is used correctly
bug#48294: Use 'with-current-buffer' byte-compiler warning seems wrong
2021-05-09 18:24 UTC (6+ messages)
bug#37609: Tool-bar-mode grows the frame's height
2021-05-09 17:43 UTC (11+ messages)
bug#48170: next-line on large lines or images skips unexpectedly to next logical line
2021-05-09 17:40 UTC (4+ messages)
bug#46557: 28.0.50; Visual glitches in text mode when tab-bar visibility is altered at load time
2021-05-09 17:37 UTC (3+ messages)
bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding
2021-05-09 17:21 UTC (2+ messages)
bug#48153: 28.0.50; minor mode keymaps should not override keymap given to read-from-minibuffer
2021-05-09 14:57 UTC (17+ messages)
bug#46047: 28.0.50; Namazu-based mail searching not working anymore
2021-05-09 14:21 UTC (11+ messages)
bug#48298: Invalid time specification: encode-time((0 30 11 1 1 0 nil -1 nil))
2021-05-09 13:57 UTC (16+ messages)
bug#48149: 27.2; Wrong underline width when the line char has a width of 2
2021-05-09 13:57 UTC (2+ messages)
bug#47678: 27.1; `completion-boundaries` assertion failure for file
2021-05-09 13:37 UTC (11+ messages)
bug#48310: 28.0.50; Cannot list the list group
2021-05-09 12:31 UTC (2+ messages)
bug#48303: 28.0.50; Build of master fails on MSYS2 MINGW64 environment
2021-05-09 11:53 UTC (3+ messages)
bug#47488: Treatment of # in js.el
2021-05-09 11:31 UTC (4+ messages)
bug#48136: 28.0.50; [feature/pgtk] ISO_Level5_Shift broken
2021-05-09 10:47 UTC (4+ messages)
bug#45412: File ... is large (... MiB), really open? (y)es or (n)o or (l)iterally
2021-05-09 10:04 UTC (20+ messages)
bug#47493: 27.1; auto-save-file-name-transforms with uniquify should not create invalid filenames
2021-05-09 9:58 UTC (6+ messages)
bug#47516: 28.0.50; void-variable edebug-all-defs
2021-05-09 9:47 UTC (11+ messages)
bug#48100: 28.0.50; inserting too many lines into a fresh cpp file breaks the buffer
2021-05-09 9:33 UTC (8+ messages)
bug#48309: Space before AM/PM in display-time-mode
2021-05-09 8:00 UTC
bug#48301: 28.0.50; Dired asks if buffer "" should be deleted with ls flag -p
2021-05-08 21:11 UTC
bug#47505: 25.1; ediff thinks words changed when filling prefixed
2021-05-08 20:42 UTC (7+ messages)
` bug#47505: acknowledged by developer (control message for bug #47505)
bug#48264: [PATCH v3 00/15] Speeding up setting the default for DEFVAR_PER_BUFFER vars
2021-05-08 18:06 UTC (18+ messages)
` bug#48264: [PATCH v4 "
` bug#48264: [PATCH v4 01/14] Stop checking the constant default for enable_multibyte_characters
` bug#48264: [PATCH v4 02/14] Take offset not idx in PER_BUFFER_VALUE_P
` bug#48264: [PATCH v4 03/14] Add and use BVAR_HAS_DEFAULT_VALUE_P
` bug#48264: [PATCH v4 04/14] Combine unnecessarily separate loops in buffer.c
` bug#48264: [PATCH v4 05/14] Add and use KILL_PER_BUFFER_VALUE
` bug#48264: [PATCH v4 06/14] Rearrange set_internal for buffer forwarded symbols
` bug#48264: [PATCH v4 07/14] Use BVAR_OR_DEFAULT for per-buffer vars with defaults
` bug#48264: [PATCH v4 08/14] Remove unnecessary Qunbound check
` bug#48264: [PATCH v4 09/14] Get rid of buffer_permanent_local_flags array
` bug#48264: [PATCH v4 10/14] Delete SET_PER_BUFFER_VALUE_P and buffer local_flags field
` bug#48264: [PATCH v4 11/14] Set buffer_defaults fields without a default to Qunbound
` bug#48264: [PATCH v4 12/14] Assert that PER_BUFFER_IDX for Lisp variables is not 0
` bug#48264: [PATCH v4 13/14] Remove PER_BUFFER_IDX and buffer_local_flags
` bug#48264: [PATCH v4 14/14] Add and use BVAR_FIELD macros
bug#48290: 27.2; Invalid time specification: encode-time((0 30 11 1 1 0 nil -1 nil))
2021-05-08 17:16 UTC (3+ messages)
bug#48069: 28.0.50; [feature/pgtk]; tooltips are jittery and sometimes obscured
2021-05-08 15:57 UTC (4+ messages)
bug#47969: 28.0.50; Losing minibuffer focus in trying M-x command
2021-05-08 13:36 UTC (24+ messages)
bug#48281: buffer_local_value and find_symbol_value duplicate functionality
2021-05-08 13:26 UTC (3+ messages)
bug#48261: 28.0.50; Optimize `eql' to `eq' for fixnums
2021-05-08 13:26 UTC (5+ messages)
` bug#48261: [External] : "
bug#48249: 28.0.50; Regression: emacs confused about window configuration due to ido-mode and/or winner-mode
2021-05-08 12:30 UTC (7+ messages)
bug#47511: 27.1; emacs --daemon should not delete systemd socket on exit
2021-05-08 12:23 UTC (2+ messages)
bug#47514: Broken link for isearchb.el
2021-05-08 12:17 UTC (2+ messages)
bug#47518: 28.0.50; gcc 5.5.0 -Wstrict-overflow warning in INT_ADD_WRAPV
2021-05-08 12:09 UTC (3+ messages)
bug#48280: 28.0.50; Fix moving directories with the same name to trash
2021-05-08 12:03 UTC (5+ messages)
bug#47522: 27.2; ERC: Channel Buffers Should Be Unique
2021-05-08 12:02 UTC (2+ messages)
bug#47534: Subject: 28.0.50; Regexp lower case pattern matches upper case
2021-05-08 11:59 UTC (6+ messages)
bug#47535: 27.2; comint shell hangs on long input
2021-05-08 11:52 UTC (3+ messages)
bug#47551: 28.0.50; hang in c++ font lock
2021-05-08 11:50 UTC (3+ messages)
bug#48274: 27.2; libjanson: \u0000 is not allowed without JSON_ALLOW_NUL
2021-05-08 9:24 UTC (2+ messages)
bug#48228: json-serialize should signal error when dll is not found [MS Windows]
2021-05-08 4:48 UTC (17+ messages)
bug#48179: bookmark-fontify [PATCH]
2021-05-08 0:25 UTC (16+ messages)
` bug#48179: [External] : "
bug#47960: 28.0.50; delete-by-moving-to-trash fails on directories?
2021-05-07 20:41 UTC (5+ messages)
bug#48129: 28.0.50; Per file-handle (stdin, stdout and stderr) process-connection-type variable
2021-05-07 19:46 UTC (4+ messages)
bug#46827: Broken initial size of GTK3 frame
2021-05-07 16:52 UTC (21+ messages)
bug#48278: [kisara.moe] 28.0.50; Allow eldoc-echo-area-prefer-doc-buffer to work across all-frames
2021-05-07 16:41 UTC (3+ messages)
bug#48177: 28.0.50; process-file doesn't correctly handle quoted file names for INFILE
2021-05-07 15:34 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).