messages from 2022-01-29 07:40:37 to 2022-01-30 10:10:08 UTC [more...]
[asking] hello.. i really want to new function
2022-01-30 10:10 UTC (2+ messages)
master df49e3a3ab 3/3: Merge branch 'master' of /home/acm/emacs/emacs.git/master
2022-01-30 9:44 UTC (8+ messages)
bug#33513: 26.1; emacsclient forgetting keybinds set by tty-setup-hook
2022-01-30 9:44 UTC (8+ messages)
[ELPA] Submitting new package Org-remark
2022-01-30 9:37 UTC (6+ messages)
bug#52753: 29.0.50; Printing long list-like structures fails
2022-01-30 9:16 UTC (6+ messages)
[BUG] ob-tangle overrides user customization of org-id-link-to-org-use-id [9.5.2 (9.5.2-gfbff08 @ /home/ionasal/.emacs.d/elpa/org-9.5.2/)]
2022-01-30 8:56 UTC (10+ messages)
cut and paste not working after xdg-open "org-protocol://store-link?url=URL&title=TITLE"
2022-01-30 8:31 UTC (5+ messages)
Org-learn failing to update calendar scheduling
2022-01-30 8:26 UTC (2+ messages)
Errors using ls in eshell
2022-01-30 8:10 UTC (4+ messages)
Bootstrap Compilation Speed
2022-01-30 7:59 UTC (27+ messages)
` Native compilation on Windows, was "
bug#53633: 29.0.50; eldoc error: (void-variable o)
2022-01-30 7:54 UTC (2+ messages)
bug#53632: Function definition history
2022-01-30 7:43 UTC (2+ messages)
Bug: org-agenda-sort-notime-is-late is not correctly handled by timestamp comparison [9.4.6 (9.4.6-12-gdcc3a8-elpaplus @ /Users/charlestam/.emacs.d/elpa/org-plus-contrib-20210830/)]
2022-01-30 7:43 UTC (3+ messages)
` [PATCH] "
Can watermarking Unicode text using invisible differences sneak through Emacs, or can Emacs detect it?
2022-01-30 7:36 UTC (18+ messages)
[PATCH] org-agenda.el: agenda*: add lost argument
2022-01-30 7:25 UTC (2+ messages)
Allow controlling the effect of visibility on buffer switching
2022-01-30 7:06 UTC (13+ messages)
bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode
2022-01-30 6:51 UTC (7+ messages)
bug#53596: 29.0.50; comp-trampoline-compile: Cannot find suitable directory for output in `native-comp-eln-load-path'
2022-01-30 6:45 UTC (20+ messages)
bug#53617: 28.0.90; duplicate checks in erc--switch-to-buffer
2022-01-30 6:34 UTC (8+ messages)
` "
bug#53628: 29.0.50; Test failed. Opaque messaging
2022-01-30 6:29 UTC (2+ messages)
bug#53626: 28.0.91; project-find-regexp (C-x p g) twice results in searching different projects
2022-01-30 6:28 UTC (2+ messages)
bug#53627: 29.0.50; Incorrect installation instructions
2022-01-30 6:27 UTC (6+ messages)
Scroll bars on macOS builds
2022-01-30 4:19 UTC (14+ messages)
Emacs CLA requirement
2022-01-30 4:19 UTC (18+ messages)
` NonGNU ELPA work (Was: Emacs CLA requirement)
` NonGNU ELPA work
bug#23819: 25.0.95; display botched badly in xterm window
2022-01-30 2:53 UTC (8+ messages)
bug#53516: Buffer display issue with unicode characters on WSL2
2022-01-30 2:49 UTC (4+ messages)
` bug#53516: [EXT] "
NS port and DESTDIR
2022-01-30 2:23 UTC (4+ messages)
[patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers
2022-01-30 2:15 UTC (39+ messages)
` [PATCH 00/35] Merge org-fold feature branch
` [PATCH 01/35] Add org-fold-core: new folding engine
` [PATCH 02/35] Separate folding functions from org.el into new library: org-fold
` [PATCH 03/35] Separate cycling functions from org.el into new library: org-cycle
` [PATCH 04/35] Remove functions from org.el that are now moved elsewhere
` [PATCH 05/35] Disable native-comp in agenda
` [PATCH 06/35] org-macs: New function org-find-text-property-region
` [PATCH 07/35] org-at-heading-p: Accept optional argument
` [PATCH 08/35] org-string-width: Reimplement to work with new folding
` [PATCH 09/35] Rename old function call to use org-fold
` [PATCH 10/35] Implement link folding
` [PATCH 11/35] Implement overlay- and text-property-based versions of some functions
` [PATCH 12/35] org-fold: Handle indirect buffer visibility
` [PATCH 13/35] Fix subtle differences between overlays and invisible text properties
` [PATCH 14/35] Support extra org-fold optimisations for huge buffers
` [PATCH 15/35] Alias new org-fold functions to their old shorter names
` [PATCH 16/35] Obsolete old function names that are now in org-fold
` [PATCH 17/35] org-compat: Work around some third-party packages using outline-* functions
` [PATCH 18/35] Move `org-buffer-list' to org-macs.el
` [PATCH 19/35] Restore old visibility behaviour of org-refile
` [PATCH 20/35] Add org-fold-related tests
` [PATCH 21/35] org-manual: Update to new org-fold function names
` [PATCH 22/35] ORG-NEWS: Add list of changes
` New folding backend & outline (was: [PATCH 22/35] ORG-NEWS: Add list of changes)
` [PATCH 23/35] Backport contributed commits
` [PATCH 24/35] Fix typo: delete-duplicates → delete-dups
` [PATCH 25/35] Fix bug in org-get-heading
` [PATCH 26/35] Rename remaining org-force-cycle-archived → org-cycle-force-archived
` [PATCH 27/35] Fix org-fold--hide-drawers--overlays
` [PATCH 28/35] org-string-width: Handle undefined behaviour in older Emacs
` [PATCH 29/35] org-string-width: Work around `window-pixel-width' bug in old Emacs
` [PATCH 30/35] org-fold-show-set-visibility: Fix edge case when folded region is at BOB
` [PATCH 31/35] org-fold-core: Fix fontification inside folded regions
` [PATCH 32/35] test-org/string-width: Add tests for strings with prefix properties
` [PATCH 33/35] org--string-from-props: Fix handling folds in Emacs <28
` [PATCH 34/35] org-link-make-string: Throw error when both LINK and DESCRIPTION are empty
` [PATCH 35/35] test-ol/org-toggle-link-display: Fix compatibility with old Emacs
Horrible new unsaved buffers dialog
2022-01-30 1:00 UTC (8+ messages)
Support for background transparency
2022-01-30 0:53 UTC (16+ messages)
` Sv: "
` Sv: "
bug#53629: 27.1: add option to change face `mode-line-buffer-id` when mode-line is inactive
2022-01-30 0:24 UTC (2+ messages)
` bug#53629: [External] : "
bug#28747: 26.0.60; Usage of "&rest body" in Edebug specs
2022-01-29 23:25 UTC (4+ messages)
bug#53529: 29.0.50; Error with debbugs 0.30 from ELPA
2022-01-29 22:51 UTC (8+ messages)
GNU Emacs: A multimedia editor
2022-01-29 22:30 UTC (6+ messages)
bug#51404: Support system dark mode on Windows 10
2022-01-29 20:27 UTC (4+ messages)
` bug#51404: "
bug#53590: 28.0.91; icompletion-vertical-mode gets stuck on 'M-x man RET awk'
2022-01-29 20:20 UTC (11+ messages)
bug#53625: 28.0.91; Incorrect Malayalam font rendering
2022-01-29 19:23 UTC (2+ messages)
bug#33709: Hang when compiled with --coverage and gcc 7.3
2022-01-29 19:18 UTC (3+ messages)
bug#51809: 29.0.50; [PATCH] Support for outline default state in Diff buffers
2022-01-29 19:12 UTC (19+ messages)
bug#51210: Customizable other-window-for-scrolling
2022-01-29 18:53 UTC (22+ messages)
bug#28852: make revert-buffer ('g') in VC diff buffers keep point
2022-01-29 18:48 UTC (5+ messages)
bug#22673: 24.5; global set key neg freaks out emacs
2022-01-29 18:01 UTC (6+ messages)
` bug#22673: execute-kbd-macro doesn't handle strings with characters in range (0x80..0xFF) correctly
bug#34321: reproducibility: absolute file name in newst-treeview.elc
2022-01-29 17:40 UTC (3+ messages)
` bug#34322: reproducibility: absolute file name in tramp.elc
` bug#34321: "
LaTeX letters in Org
2022-01-29 17:39 UTC
bug#27170: 26.0.50; Suggestion: Optionally send package build output to log file not *Messages*
2022-01-29 17:30 UTC (7+ messages)
[BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]
2022-01-29 17:17 UTC (5+ messages)
bug#21319: `package-install-file' fails with CRLF (Windows) line endings
2022-01-29 17:09 UTC (7+ messages)
` bug#20309: "
[PATCH] add epub support to doc-view
2022-01-29 17:07 UTC (10+ messages)
bug#20723: 24.4; narrow-to-line
2022-01-29 17:05 UTC (4+ messages)
bug#22369: 24.5; comment-style 'extra-line' doesn't correctly indent with tabs
2022-01-29 17:01 UTC (5+ messages)
bug#24489: efaq: security risks
2022-01-29 16:51 UTC (3+ messages)
bug#24902: 25.1; C-x = for Unicode
2022-01-29 16:47 UTC (22+ messages)
` bug#24902: Antw: [EXT] "
bug#33670: 26.1; very large c++-mode yank performance regression 25.3_1-x86_64 -> 26.1-x86_64
2022-01-29 16:35 UTC (7+ messages)
bug#25054: 25.1; bury-buffer makes bad choice of next buffer
2022-01-29 16:35 UTC (9+ messages)
[PATCH] Remote link localisation, i.e. exporting remote images
2022-01-29 16:00 UTC
bug#44007: 26.3; Strange shell mode performance
2022-01-29 16:10 UTC (7+ messages)
[BUG] (Doom) Consistently seeing "org-element--cache" problems [9.6 (9.6-??-0c9b30e @ /home/dc/.emacs.doom/.local/straight/build-28.0.90/org/)]
2022-01-29 15:45 UTC (2+ messages)
bug#29343: 27.0.50; Match data doesn't contain elements for non-matched subgroups
2022-01-29 15:40 UTC (3+ messages)
` bug#29343: Match data doesn't contain elements for trailing "
bug#32628: 26; Rename `window-setup-hook'
2022-01-29 15:26 UTC (2+ messages)
bug#34331: 27.0.50; Undo too granular after C-y M-y M-y
2022-01-29 15:12 UTC (6+ messages)
bug#53618: 29.0.50; macroexp-warn-and-return incompatible change
2022-01-29 15:02 UTC (4+ messages)
bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks
2022-01-29 14:54 UTC (2+ messages)
bug#36166: 27.0.50; Crash visiting HELLO when fringe-mode is disabled
2022-01-29 14:52 UTC (9+ messages)
Org-syntax: Intra-word markup
2022-01-29 13:05 UTC (13+ messages)
Using normal weight for org strike-through
2022-01-29 13:01 UTC (3+ messages)
Changes installed in d22d7d6be8c
2022-01-29 12:45 UTC (4+ messages)
Optional Eshell modules -- to emacs.git or ELPA?
2022-01-29 11:51 UTC (2+ messages)
bug#53497: 29.0.50; native-compile after restarting Emacs
2022-01-29 11:49 UTC (24+ messages)
Horrible new unsaved buffers dialog
2022-01-29 11:39 UTC (2+ messages)
Emacs with native comp on win7 produces wrong line endings in autoloads files
2022-01-29 11:24 UTC (2+ messages)
bug#53207: 28.0.91; create-lockfiles nil breaks file change detection
2022-01-29 10:57 UTC (17+ messages)
Entering emojis
2022-01-29 10:23 UTC (11+ messages)
org-element persist logic hangs when quitting emacs
2022-01-29 9:42 UTC (2+ messages)
master 2c79a8f 2/2: Use posix_spawn if possible
2022-01-29 8:26 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.