]>
git.eshelyaron.com Git - emacs.git/log
Dan Nicolaescu [Sun, 11 Nov 2007 14:55:56 +0000 (14:55 +0000)]
(vc-start-entry): Fix setting the in the case the function
is called from vc-dired. Use when instead of if where
appropriate.
Vinicius Jose Latorre [Sun, 11 Nov 2007 14:18:17 +0000 (14:18 +0000)]
Error if ps-lpr-switches is not a list.
Glenn Morris [Sun, 11 Nov 2007 03:20:35 +0000 (03:20 +0000)]
(Special Diary Entries): Fix Thanksgiving example.
Miles Bader [Sun, 11 Nov 2007 00:03:33 +0000 (00:03 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
Juri Linkov [Sat, 10 Nov 2007 23:03:57 +0000 (23:03 +0000)]
(custom-note-var-changed): Remove the `interactive'
spec from this new non-interactive function.
Juri Linkov [Sat, 10 Nov 2007 23:03:24 +0000 (23:03 +0000)]
(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Fix docstring. Reported by Leo Liu <sdl.web@gmail.com>.
Juri Linkov [Sat, 10 Nov 2007 22:42:06 +0000 (22:42 +0000)]
(BASE_PURESIZE): Increase to
1130000 .
Juri Linkov [Sat, 10 Nov 2007 21:53:47 +0000 (21:53 +0000)]
(doc-view-mode-map, doc-view-menu, doc-view-pdf->txt-sentinel):
Adapt to new search UI.
(doc-view-search-backward): New function.
(doc-view-search): Query new regexp if prefix arg is given, else
jump to next/previous match.
(doc-view-mode): Handle compressed files.
(jka-compr): Required for compressed files.
Juri Linkov [Sat, 10 Nov 2007 21:52:06 +0000 (21:52 +0000)]
Add query-replace-show-replacement and match-substitute-replacement.
Juri Linkov [Sat, 10 Nov 2007 21:51:26 +0000 (21:51 +0000)]
(Query Replace): Mention `query-replace-show-replacement'.
Juri Linkov [Sat, 10 Nov 2007 21:50:49 +0000 (21:50 +0000)]
(Replacing Match): Describe new `match-substitute-replacement'.
Juri Linkov [Sat, 10 Nov 2007 21:49:19 +0000 (21:49 +0000)]
(query-replace-show-replacement): New defcustom.
(perform-replace): Use `match-substitute-replacement' if
`query-replace-show-replacement' is non-nil.
Juri Linkov [Sat, 10 Nov 2007 21:48:16 +0000 (21:48 +0000)]
(match-substitute-replacement): New function.
Juri Linkov [Sat, 10 Nov 2007 21:21:03 +0000 (21:21 +0000)]
(emacs-copyright): Add emacs-copyright.
Juri Linkov [Sat, 10 Nov 2007 21:19:54 +0000 (21:19 +0000)]
(help-map, help-for-help-internal): Add `C-h C-a'.
Juri Linkov [Sat, 10 Nov 2007 21:19:13 +0000 (21:19 +0000)]
Add `button'. Move up `startup'.
Juri Linkov [Sat, 10 Nov 2007 21:18:48 +0000 (21:18 +0000)]
Backport startup screen related changes from the trunk.
Carsten Dominik [Sat, 10 Nov 2007 17:20:37 +0000 (17:20 +0000)]
* files.el (auto-mode-alist): Select org-mode for files with the
extension ".org".
Carsten Dominik [Sat, 10 Nov 2007 17:20:18 +0000 (17:20 +0000)]
*** empty log message ***
Martin Rudalics [Sat, 10 Nov 2007 10:28:37 +0000 (10:28 +0000)]
*** empty log message ***
Martin Rudalics [Sat, 10 Nov 2007 09:59:54 +0000 (09:59 +0000)]
(describe-function, describe-variable)
(describe-syntax, describe-categories):
Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:57:52 +0000 (09:57 +0000)]
(list-colors-display): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:57:18 +0000 (09:57 +0000)]
(list-faces-display, describe-face):
Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:56:32 +0000 (09:56 +0000)]
(describe-display-table): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:55:53 +0000 (09:55 +0000)]
(describe-char): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:55:10 +0000 (09:55 +0000)]
(apropos-describe-plist):
Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:54:07 +0000 (09:54 +0000)]
(help-mode): Set view-exit-action to bury the
buffer instead of fiddling with windows. Simplify code.
(help-mode-finish): When help-window eqs t set it to the selected
window and have with-help-window set up view-return-to-alist.
(help-buffer): Add autoload cookie.
Martin Rudalics [Sat, 10 Nov 2007 09:53:22 +0000 (09:53 +0000)]
(help-window, help-window-point-marker): New variables.
(help-window-select): New option.
(with-help-window): New macro for displaying help windows.
(help-window-display-message, help-window-setup-finish)
(help-window-setup): New functions used for setting up help windows.
(print-help-return-message): Reset help-window to nil.
(view-lossage): Use with-help-window instead of
with-output-to-temp-buffer and move help-window-point-marker after
inserted text.
(describe-bindings, describe-key, describe-mode): Use
with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:52:30 +0000 (09:52 +0000)]
(view-remove-frame-by-deleting): Change default value to t.
Add autoload cookie.
(view-exit-action, view-file, view-file-other-window)
(view-file-other-frame, view-buffer, view-buffer-other-window)
(view-buffer-other-frame): Rewrite doc strings.
(view-return-to-alist-update): New function to remove stale entries
from view-return-to-alist.
(view-mode-enter): Rewrite doc string and simplify code.
(view-mode-exit): Handle new case 'keep-frame. Don't reset
view-exit-action to nil. Simplify code and rewrite doc string.
Dan Nicolaescu [Sat, 10 Nov 2007 08:05:15 +0000 (08:05 +0000)]
* emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
(featurep 'emacs) to t.
* emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New
function.
(byte-compile-maybe-guarded): Use it to also look for bound
symbols inside `and' forms. Comment out non-working code that was
trying to avoid warnings for XEmacs code.
Dan Nicolaescu [Sat, 10 Nov 2007 05:22:16 +0000 (05:22 +0000)]
* vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
* vc-svn.el (vc-svn-print-log, vc-svn-diff):
* vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
* vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
(vc-cvs-annotate-command):
* vc-arch.el (vc-arch-diff): Remove test to check if start-process
is bound, it always is.
Stefan Monnier [Sat, 10 Nov 2007 03:06:45 +0000 (03:06 +0000)]
(load_overlay_strings): Fix copy&paste typo.
Jason Rumney [Sat, 10 Nov 2007 01:47:45 +0000 (01:47 +0000)]
Sync charset names with setup-default-fontset.
Append "-1" where second part missing.
Jason Rumney [Sat, 10 Nov 2007 01:30:33 +0000 (01:30 +0000)]
(w32-initialize-window-system): Move SJIS font setup here from global scope.
Jason Rumney [Sat, 10 Nov 2007 01:28:52 +0000 (01:28 +0000)]
Enable SJIS fonts before creating any fontsets.
Juanma Barranquero [Sat, 10 Nov 2007 00:28:58 +0000 (00:28 +0000)]
(ido-save-history): Write the history file in UTF-8,
and add `coding' file-local variable.
Juanma Barranquero [Sat, 10 Nov 2007 00:19:44 +0000 (00:19 +0000)]
(ido-save-history): Save the history file in UTF-8,
not the current filename coding system.
Stefan Monnier [Fri, 9 Nov 2007 20:55:29 +0000 (20:55 +0000)]
(interprogram-cut-function, interprogram-paste-function):
Don't make them frame-local any more.
Stefan Monnier [Fri, 9 Nov 2007 19:41:44 +0000 (19:41 +0000)]
(x-create-frame-with-faces, tty-create-frame-with-faces):
Don't set interprogram-(cut|paste)-function on each frame.
Stefan Monnier [Fri, 9 Nov 2007 19:37:03 +0000 (19:37 +0000)]
(x-select-text, x-cut-buffer-or-selection-value):
Make them work in tty frames.
(interprogram-cut-function, interprogram-paste-function): Set them globally.
Glenn Morris [Fri, 9 Nov 2007 18:22:03 +0000 (18:22 +0000)]
Revert merge that re-required rx.
Juanma Barranquero [Fri, 9 Nov 2007 17:13:01 +0000 (17:13 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 17:03:16 +0000 (17:03 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:59:24 +0000 (16:59 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:49:24 +0000 (16:49 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 9 Nov 2007 16:07:18 +0000 (16:07 +0000)]
(define-abbrev-table): Record the variable definition.
Andreas Schwab [Fri, 9 Nov 2007 16:02:09 +0000 (16:02 +0000)]
Fix merge error.
Stefan Monnier [Fri, 9 Nov 2007 15:57:46 +0000 (15:57 +0000)]
(byte-compile-file-form-define-abbrev-table): New function.
Vinicius Jose Latorre [Fri, 9 Nov 2007 15:34:03 +0000 (15:34 +0000)]
Clean the code for checking suitable Emacs version.
Vinicius Jose Latorre [Fri, 9 Nov 2007 15:23:07 +0000 (15:23 +0000)]
If ps-lpr-switches is not a list, force it to be one.
Simon Josefsson [Fri, 9 Nov 2007 13:06:05 +0000 (13:06 +0000)]
Fix last commit.
Jason Rumney [Fri, 9 Nov 2007 12:56:28 +0000 (12:56 +0000)]
Add w32 keyboard changes.
Jason Rumney [Fri, 9 Nov 2007 12:20:55 +0000 (12:20 +0000)]
(w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
(w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.
Jason Rumney [Fri, 9 Nov 2007 12:19:21 +0000 (12:19 +0000)]
* keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
Remove W32_SCROLL_BAR_CLICK_EVENT.
(lispy_function_keys) [WINDOWSNT]: Add more keys.
(lispy_multimedia_keys) [WINDOWSNT]: New array.
(make_lispy_event) [WINDOWSNT]: Use it to translate
MULTIMEDIA_KEY_EVENT.
Jason Rumney [Fri, 9 Nov 2007 12:18:43 +0000 (12:18 +0000)]
(enum event_kind) [WINDOWSNT]: Likewise.
Add MULTIMEDIA_KEY_EVENT.
Jason Rumney [Fri, 9 Nov 2007 12:17:57 +0000 (12:17 +0000)]
Define USE_TOOLKIT_SCROLL_BARS.
Jason Rumney [Fri, 9 Nov 2007 12:17:19 +0000 (12:17 +0000)]
(w32_pass_multimedia_buttons_to_system): New user option.
(syms_of_w32fns): Export and initialize it.
(w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
Jason Rumney [Fri, 9 Nov 2007 12:16:34 +0000 (12:16 +0000)]
(WM_APPCOMMAND): Define if not already.
(GET_APPCOMMAND_LPARAM): Likewise.
Juanma Barranquero [Fri, 9 Nov 2007 10:40:32 +0000 (10:40 +0000)]
(enable-local-variables): Doc fix.
Juanma Barranquero [Fri, 9 Nov 2007 10:28:14 +0000 (10:28 +0000)]
Fix last change (synch from the EMACS_22_BASE branch).
Miles Bader [Fri, 9 Nov 2007 09:48:56 +0000 (09:48 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 269)
- Update from CVS
2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2007-11-04 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi, man/gnus-faq.texi, man/message.texi: Bump version to 5.10.9.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-147
Miles Bader [Fri, 9 Nov 2007 09:46:02 +0000 (09:46 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-924
Miles Bader [Fri, 9 Nov 2007 09:45:30 +0000 (09:45 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
YAMAMOTO Mitsuharu [Fri, 9 Nov 2007 08:45:13 +0000 (08:45 +0000)]
(face-normalize-spec): Remove function.
(frame-set-background-mode): Undo last change.
Dan Nicolaescu [Fri, 9 Nov 2007 05:20:57 +0000 (05:20 +0000)]
* ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
(ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
(ediff-current-diff-A, ediff-current-diff-B)
(ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
(ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
(ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
(ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
(ediff-odd-diff-Ancestor, ediff-reset-mouse):
* ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
(ediff-setup-windows-plain-merge)
(ediff-setup-windows-plain-compare, ediff-setup-control-frame)
(ediff-refresh-control-frame, ediff-get-visible-buffer-window):
* ediff-util.el (ediff-setup-keymap, )
(ediff-toggle-wide-display, ediff-toggle-multiframe)
(ediff-toggle-use-toolbar, ediff-really-quit)
(ediff-good-frame-under-mouse)
(ediff-highlight-diff-in-one-buffer)
(ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
(ediff-make-bullet-proof-overlay):
* ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
(ediff-set-meta-overlay):
* ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
* ediff.el (ediff-documentation): Replace ediff-xemacs-p and
ediff-emacs-p with their former definitions.
* emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
(viper-has-face-support-p, viper-inactivate-input-method)
(viper-activate-input-method)
(viper-use-replace-region-delimiters, viper-restore-cursor-type):
* emulation/viper-mous.el (viper-multiclick-timeout)
(viper-surrounding-word, viper-mouse-click-insert-word)
(viper-mouse-click-search-word, viper-parse-mouse-key):
* emulation/viper-macs.el (viper-char-array-to-macro):
* emulation/viper.el (viper-go-away, viper-set-hooks)
(viper-non-hook-settings):
* emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode)
(viper-check-version, viper-get-visible-buffer-window)
(viper-file-checked-in-p, viper-set-replace-overlay)
(viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
(viper-check-minibuffer-overlay, viper-read-key-sequence)
(viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
with their former definitions.
(viper-eventify-list-xemacs): Only do work for XEmacs.
(viper-set-unread-command-events): Only do work for Emacs.
(viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
(viper-move-overlay, viper-overlay-start, viper-overlay-end)
(viper-overlay-get, viper-overlay-put, viper-read-event)
(viper-characterp, viper-int-to-char, viper-get-face)
(viper-color-defined-p, viper-iconify): New defaliases replacing
the old fsets.
* progmodes/fortran.el (comment-region-function)
(uncomment-region-function): Pacify byte compiler.
* vc.el (vc-diff-internal): Remove code for an old version of
gnus.
Glenn Morris [Fri, 9 Nov 2007 04:02:15 +0000 (04:02 +0000)]
Revert previous change - merge mistake.
Juanma Barranquero [Fri, 9 Nov 2007 03:19:27 +0000 (03:19 +0000)]
(enable-local-variables): Doc fix.
Michael Albinus [Thu, 8 Nov 2007 20:15:25 +0000 (20:15 +0000)]
* net/tramp.el (tramp-maybe-open-connection): Use a local copy of
`process-environment'.
Jason Rumney [Thu, 8 Nov 2007 17:37:29 +0000 (17:37 +0000)]
Obsolete for some years.
Vinicius Jose Latorre [Thu, 8 Nov 2007 17:14:46 +0000 (17:14 +0000)]
Change regexp to match dir like 'a...b'
Vinicius Jose Latorre [Thu, 8 Nov 2007 17:12:37 +0000 (17:12 +0000)]
Change regexp to match dir like 'a...b'
Stefan Monnier [Thu, 8 Nov 2007 16:58:07 +0000 (16:58 +0000)]
(smerge-refine-subst): Pass "-d" to diff.
Simon Josefsson [Thu, 8 Nov 2007 13:20:11 +0000 (13:20 +0000)]
Fix last commit.
Glenn Morris [Thu, 8 Nov 2007 08:51:39 +0000 (08:51 +0000)]
Explain combine-and-quote-strings, split-string-and-unquote.
Some re-ordering.
Michael Albinus [Wed, 7 Nov 2007 20:43:59 +0000 (20:43 +0000)]
* tramp.texi (Overview): Mention also the PuTTY integration under
Win32. Remove paragraphs about Tramp's experimental status.
(Frequently Asked Questions): Add code example for highlighting the
mode line.
Michael Albinus [Wed, 7 Nov 2007 20:41:15 +0000 (20:41 +0000)]
* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
expand the remote connection identification.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
before calling stty.
* net/tramp-cache.el (tramp-cache-print)
(tramp-dump-connection-properties): Fix docstring.
(tramp-list-connections): Renamed from
`tramp-cache-list-connections'.
* net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
remote connection identification when setting connection property.
* net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
"//" substitutes only in the local filename part.
Chong Yidong [Wed, 7 Nov 2007 15:31:20 +0000 (15:31 +0000)]
(handle_face_prop): Fix last change.
Chong Yidong [Wed, 7 Nov 2007 15:30:51 +0000 (15:30 +0000)]
(struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.
Chong Yidong [Wed, 7 Nov 2007 15:29:56 +0000 (15:29 +0000)]
* dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
twice.
* xdisp.c (handle_face_prop): Fix last change.
Juanma Barranquero [Wed, 7 Nov 2007 13:08:20 +0000 (13:08 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 7 Nov 2007 12:14:15 +0000 (12:14 +0000)]
*** empty log message ***
Glenn Morris [Wed, 7 Nov 2007 04:06:55 +0000 (04:06 +0000)]
Placeholder entry about unsupported Mac Carbon port.
Glenn Morris [Wed, 7 Nov 2007 04:04:05 +0000 (04:04 +0000)]
Deprecate Mac Carbon port.
Glenn Morris [Wed, 7 Nov 2007 04:00:02 +0000 (04:00 +0000)]
Comment.
Glenn Morris [Wed, 7 Nov 2007 03:57:06 +0000 (03:57 +0000)]
David Hansen <david.hansen at gmx.net>
(eshell-extended-glob): Sort matches.
Glenn Morris [Wed, 7 Nov 2007 03:46:22 +0000 (03:46 +0000)]
(tpu-map-key): Use unless rather than cond.
Remove superfluous concats. Move final set-buffer to non-emacs-specific code.
Glenn Morris [Wed, 7 Nov 2007 03:39:19 +0000 (03:39 +0000)]
Rob Riepel <riepel at networking.stanford.edu>
(tpu-map-key): Remove un-needed cond branch.
Glenn Morris [Wed, 7 Nov 2007 03:34:45 +0000 (03:34 +0000)]
Johan Bockg� <bojohan at gnu.org>
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
Glenn Morris [Wed, 7 Nov 2007 03:33:56 +0000 (03:33 +0000)]
Johan Bockg� <bojohan at gnu.org>
(eshell-output-filter): Use `with-current-buffer'.
Glenn Morris [Wed, 7 Nov 2007 03:33:16 +0000 (03:33 +0000)]
Johan Bockg� <bojohan at gnu.org>
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
Glenn Morris [Wed, 7 Nov 2007 03:32:41 +0000 (03:32 +0000)]
Johan Bockg� <bojohan at gnu.org>
(eshell-output-filter): Use `with-current-buffer'.
Richard M. Stallman [Wed, 7 Nov 2007 01:27:30 +0000 (01:27 +0000)]
*** empty log message ***
Andreas Schwab [Wed, 7 Nov 2007 00:27:13 +0000 (00:27 +0000)]
(server-start): Only register cleanup after server was
started.
Michael Albinus [Tue, 6 Nov 2007 21:17:36 +0000 (21:17 +0000)]
* net/tramp.el (top): Don't autoload `tramp-cache-print'.
* net/tramp-cache (tramp-cache-print): Move down.
(tramp-cache-list-connections): New defun.
* net/tramp-cmds.el (tramp-cleanup-connection): Use it.
Richard M. Stallman [Tue, 6 Nov 2007 16:33:18 +0000 (16:33 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 6 Nov 2007 12:32:16 +0000 (12:32 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 6 Nov 2007 12:25:06 +0000 (12:25 +0000)]
(ido-save-history): Write the history file in the current filename
coding system, and add `coding' file-local variable.
Juanma Barranquero [Tue, 6 Nov 2007 11:23:36 +0000 (11:23 +0000)]
*** empty log message ***
Jan Djärv [Tue, 6 Nov 2007 11:17:38 +0000 (11:17 +0000)]
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
abort with a message on unhandled store_type values.
Jan Djärv [Tue, 6 Nov 2007 09:27:17 +0000 (09:27 +0000)]
(xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
abort with a message on unhandled store_type values.