mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
* lisp/calendar/todo-mode.el (todo-insert-item--basic): With insertion type 'here', ensure item is inserted on the todo-mode line where the command was invoked. (todo-edit-item--cat, todo-edit-item--pos): New variables. (todo-edit-item--text): Restrict the scope of nil-valued buffer-read-only to the functions that change buffer text. If user moved point while editing a single-line todo item or a done item comment, or while inserting a done item comment, restore point, and for comments, make sure the done items section is displayed. For multiline items, set the new variables so todo-edit-quit can use them. (todo-edit-quit): Use the values of the new variables to restore point in the todo-mode buffer if it had been moved while editing. (todo-edit-item--header): Avoid clobbering match data when editing a todo item header. |
||
|---|---|---|
| .. | ||
| appt.el | ||
| cal-bahai.el | ||
| cal-china.el | ||
| cal-coptic.el | ||
| cal-dst.el | ||
| cal-french.el | ||
| cal-hebrew.el | ||
| cal-html.el | ||
| cal-islam.el | ||
| cal-iso.el | ||
| cal-julian.el | ||
| cal-mayan.el | ||
| cal-menu.el | ||
| cal-move.el | ||
| cal-persia.el | ||
| cal-tex.el | ||
| cal-x.el | ||
| calendar.el | ||
| diary-lib.el | ||
| holidays.el | ||
| icalendar.el | ||
| iso8601.el | ||
| lunar.el | ||
| parse-time.el | ||
| solar.el | ||
| time-date.el | ||
| timeclock.el | ||
| todo-mode.el | ||