From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Guo Wei-Wei" Newsgroups: gmane.emacs.help Subject: ask help for the problem of integrep (48 . 57) Date: Mon, 1 May 2006 07:55:53 +0800 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1669549396==" X-Trace: sea.gmane.org 1146441484 30315 80.91.229.2 (30 Apr 2006 23:58:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 23:58:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 01 01:58:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaLnS-0007eK-Vu for geh-help-gnu-emacs@m.gmane.org; Mon, 01 May 2006 01:58:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaLnQ-000661-HV for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Apr 2006 19:57:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaLlf-0005RU-2o for help-gnu-emacs@gnu.org; Sun, 30 Apr 2006 19:55:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaLlc-0005QH-JU for help-gnu-emacs@gnu.org; Sun, 30 Apr 2006 19:55:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaLlb-0005Pq-Pv for help-gnu-emacs@gnu.org; Sun, 30 Apr 2006 19:55:56 -0400 Original-Received: from [64.233.184.238] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaLpH-0003o7-PI for help-gnu-emacs@gnu.org; Sun, 30 Apr 2006 19:59:44 -0400 Original-Received: by wproxy.gmail.com with SMTP id 58so471320wri for ; Sun, 30 Apr 2006 16:55:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=YzK62V9jc5Y9g+no1ucT4LrDl1fvH4QSPq9cvMbLhDvB1Jp0n4pLceOQsaS6zKRXAl0Li6j0mp7vajeLBcco0d2as221sT+JZo6q294bFMAlcLffIu9qZ7M+M+FXmdWPXI5ZzuGTcQ5cQkB9HkrXyTfXYF4iCO8oa4fiwx2SH5k= Original-Received: by 10.65.100.12 with SMTP id c12mr3725563qbm; Sun, 30 Apr 2006 16:55:53 -0700 (PDT) Original-Received: by 10.65.244.1 with HTTP; Sun, 30 Apr 2006 16:55:53 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34728 Archived-At: --===============1669549396== Content-Type: multipart/alternative; boundary="----=_Part_2744_9470746.1146441353843" ------=_Part_2744_9470746.1146441353843 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, everyone. I'm a newbie for emacs. I'm using emacs cvs (emacs 23 in gentoo, maybe it's emacs-unicode-2) and meet some problems. When emacs starts, the last massage is always: map-char-table: Wrong type argument: integerp, (127 . 127) and I meet the following message when I want to insert a table by table.el. map-char-table: Wrong type argument: integerp, (48 . 57) My friend tole me there might be something wrong with coding system, so I provide my coding system information and debugging information here. My system locale is UTF-8 and the result of describe-coding-system is: Coding system for saving this buffer: Not set locally, use the default. Default coding system (for new files): U -- utf-8 (alias: mule-utf-8) Coding system for keyboard input: =3D -- no-conversion (alias: binary) Coding system for terminal output: U -- utf-8-unix (alias: mule-utf-8-unix) Coding system for inter-client cut and paste: x -- compound-text-with-extensions (alias: x-ctext-with-extensions ctext-with-extensions) Defaults for subprocess I/O: decoding: U -- utf-8-unix (alias: mule-utf-8-unix) encoding: U -- utf-8-unix (alias: mule-utf-8-unix) Priority order for recognizing coding systems when reading files: 1. utf-8 (alias: mule-utf-8) 2. chinese-gb18030 (alias: gb18030) 3. chinese-iso-8bit (alias: cn-gb-2312 euc-china euc-cn cn-gb gb2312 cp936) 4. iso-2022-cn (alias: chinese-iso-7bit) 5. iso-2022-7bit 6. iso-2022-8bit-ss2 7. emacs-mule 8. raw-text 9. iso-2022-jp (alias: junet) 10. in-is13194-devanagari (alias: devanagari) 11. utf-16 12. utf-16be-with-signature (alias: utf-16-be) 13. utf-16le-with-signature (alias: utf-16-le) 14. utf-16be 15. utf-16le 16. japanese-shift-jis (alias: shift_jis sjis cp932) 17. undecided Other coding systems cannot be distinguished automatically from these, and therefore cannot be recognized automatically with the present coding system priorities. Particular coding systems specified for certain file names: OPERATION TARGET PATTERN CODING SYSTEM(s) --------- -------------- ---------------- File I/O "\\.dz\\'" (no-conversion . no-conversion) "\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" (no-conversion . no-conversion) "\\.tgz\\'" (no-conversion . no-conversion) "\\.tbz\\'" (no-conversion . no-conversion) "\\.bz2\\'" (no-conversion . no-conversion) "\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" (no-conversion . no-conversion) "\\.elc\\'" utf-8-emacs "\\.utf\\(-8\\)?\\'" utf-8 "\\.xml\\'" utf-8 "\\(\\`\\|/\\)loaddefs.el\\'" (raw-text . raw-text-unix) "\\.tar\\'" (no-conversion . no-conversion) "\\.po[tx]?\\'\\|\\.po\\." po-find-file-coding-system "\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'" latexenc-find-file-coding-system "" (undecided) Process I/O nothing specified Network I/O nothing specified And I get the debugging information for the problem of table insert. Sorry = I don't know how to get debugging information for the start problem. The wrong message for table insert is: map-char-table: Wrong type argument: integerp, (48 . 57) Here is the debuging information. I cannot understand it. Debugger entered--Lisp error: (wrong-type-argument integerp (32 . 126)) #[(key value) "=08^H=08 \303\n!I\207" [elt key value table--replace-binding1] 4]((32 . 126) self-insert-command) map-char-table(#[(key value) "=08^H=08 \303\n!I\207" [elt key value table--replace-binding1] 4] #^[nil nil keymap #^^[3 0 set-mark-command move-beginning-of-line backward-char table-cell-map-mode-specific-command-prefix *table--cell-delete-char move-end-of-line forward-char keyboard-quit table-cell-map-help-command indent-for-tab-command *table--cell-newline-and-indent kill-line recenter *table--cell-newline next-line *table--cell-open-line previous-line *table--cell-quoted-insert isearch-backward isearch-forward transpose-chars universal-argument scroll-up kill-region table-cell-map-Control-X-prefix yank table-cell-map-ctl-z-map table-cell-map-ESC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] #^^[1 0 #^^[2 0 #^^[3 0 set-mark-command move-beginning-of-line backward-char table-cell-map-mode-specific-command-prefix *table--cell-delete-char move-end-of-line forward-char keyboard-quit table-cell-map-help-command indent-for-tab-command *table--cell-newline-and-indent kill-line recenter *table--cell-newline next-line *table--cell-open-line previous-line *table--cell-quoted-insert isearch-backward isearch-forward transpose-chars universal-argument scroll-up kill-region table-cell-map-Control-X-prefix yank table-cell-map-ctl-z-map table-cell-map-ESC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...]) table--replace-binding((keymap #^[nil nil keymap #^^[3 0 set-mark-command move-beginning-of-line backward-char table-cell-map-mode-specific-command-prefix *table--cell-delete-char move-end-of-line forward-char keyboard-quit table-cell-map-help-command indent-for-tab-command *table--cell-newline-and-indent kill-line recenter *table--cell-newline next-line *table--cell-open-line previous-line *table--cell-quoted-insert isearch-backward isearch-forward transpose-chars universal-argument scroll-up kill-region table-cell-map-Control-X-prefix yank table-cell-map-ctl-z-map table-cell-map-ESC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] #^^[1 0 #^^[2 0 #^^[3 0 set-mark-command move-beginning-of-line backward-char table-cell-map-mode-specific-command-prefix *table--cell-delete-char move-end-of-line forward-char keyboard-quit table-cell-map-help-command indent-for-tab-command *table--cell-newline-and-indent kill-line recenter *table--cell-newline next-line *table--cell-open-line previous-line *table--cell-quoted-insert isearch-backward isearch-forward transpose-chars universal-argument scroll-up kill-region table-cell-map-Control-X-prefix yank table-cell-map-ctl-z-map table-cell-map-ESC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] (33554464 = . set-mark-command) (F1 lambda nil (interactive) (manual-entry ...)) (S-mouse-3 . kmacro-end-call-mouse) (quail-advice . quail-advice) (C-M-backspace) (C-M-delete) (M-backspace) (M-delete) (drag-n-drop . x-dnd-handle-drag-n-drop-event) (paste . clipboard-yank) (copy . clipboard-kill-ring-save) (cut . clipboard-kill-region) (f18 . clipboard-yank) (f16 . clipboard-kill-ring-save) (f20 . clipboard-kill-region) (C-mouse-4 . mwheel-scroll) (S-mouse-4 . mwheel-scroll) (mouse-4 . mwheel-scroll) (C-mouse-5 . mwheel-scroll) (S-mouse-5 . mwheel-scroll) (mouse-5 . mwheel-scroll) (tool-bar menu-item "tool bar" ignore :filter (lambda ... tool-bar-map)) (vertical-line keymap (mouse-1 . mouse-select-window) (down-mouse-1 . mouse-drag-vertical-line) (C-mouse-2 . mouse-split-window-vertically)) (vertical-scroll-bar keymap (mouse-1 . scroll-bar-toolkit-scroll) (C-mouse-2 . mouse-split-window-vertically)) (header-line keymap (mouse-1 . mouse-select-window) (down-mouse-1 . mouse-drag-header-line)) (mode-line keymap (C-mouse-2 . mouse-split-window-horizontally) (mouse-3 . mouse-delete-window) (mouse-2 . mouse-delete-other-windows) (down-mouse-1 . mouse-drag-mode-line) (drag-mouse-1 . mouse-select-window) (mouse-1 . mouse-select-window)) (C-down-mouse-3 . mouse-popup-menubar-stuff) (S-down-mouse-1 . mouse-set-font) (C-down-mouse-1 . mouse-buffer-menu) (mouse-3 . mouse-save-then-kill) (mouse-2 . mouse-yank-at-click) (right-fringe keymap (mouse-1 . mouse-set-point)) (left-fringe keymap (mouse-1 . mouse-set-point)) (triple-mouse-1 . mouse-set-point) (double-mouse-1 . mouse-set-point) (drag-mouse-1 . mouse-set-region) (mouse-1 . mouse-set-point) (down-mouse-1 . mouse-drag-region) (M-mouse-2 . mouse-yank-secondary) (M-mouse-3 . mouse-secondary-save-then-kill) (M-down-mouse-1 . mouse-drag-secondary) (M-drag-mouse-1 . mouse-set-secondary) (M-mouse-1 . mouse-start-secondary) (C-down-mouse-2 . facemenu-menu) (compose-last-chars . compose-last-chars) (f1 . help-command= ) (help . help-command) (f2 . 2C-command) ...)) table--deep-copy-rebind-keymap((keymap #^[nil nil keymap #^^[3 0 set-mark-command move-beginning-of-line backward-char mode-specific-command-prefix delete-char move-end-of-line forward-char keyboard-quit help-command indent-for-tab-command newline-and-indent kill-line recenter newline next-line open-line previous-line quoted-insert isearch-backward isearch-forward transpose-chars universal-argument scroll-up kill-region Control-X-prefix yank ctl-z-map ESC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] #^^[1 0 #^^[2 0 #^^[3 0 set-mark-command move-beginning-of-line backward-char mode-specific-command-prefix delete-char move-end-of-line forward-char keyboard-quit help-command indent-for-tab-command newline-and-indent kill-line recenter newline next-line open-line previous-line quoted-insert isearch-backward isearch-forward transpose-chars universal-argument scroll-up kill-region Control-X-prefix yank ctl-z-map ESC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command] self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command self-insert-command ...] (33554464 . set-mark-command) (F1 lambda nil (interactive) (manual-entry ...)) (S-mouse-3 . kmacro-end-call-mouse) (quail-advice . quail-advice) (C-M-backspace) (C-M-delete) (M-backspace) (M-delete) (drag-n-drop . x-dnd-handle-drag-n-drop-event) (paste . clipboard-yank) (copy . clipboard-kill-ring-save) (cut . clipboard-kill-region) (f18 . clipboard-yank) (f16 . clipboard-kill-ring-save) (f20 . clipboard-kill-region) (C-mouse-4 . mwheel-scroll) (S-mouse-4 . mwheel-scroll) (mouse-4 . mwheel-scroll) (C-mouse-5 . mwheel-scroll) (S-mouse-5 . mwheel-scroll) (mouse-5 . mwheel-scroll) (tool-bar menu-item "tool bar" ignore :filter (lambda ... tool-bar-map)) (vertical-line keymap (mouse-1 . mouse-select-window) (down-mouse-1 . mouse-drag-vertical-line) (C-mouse-2 . mouse-split-window-vertically)) (vertical-scroll-bar keymap (mouse-1 . scroll-bar-toolkit-scroll) (C-mouse-2 . mouse-split-window-vertically)) (header-line keymap (mouse-1 . mouse-select-window) (down-mouse-1 . mouse-drag-header-line)) (mode-line keymap (C-mouse-2 . mouse-split-window-horizontally) (mouse-3 . mouse-delete-window) (mouse-2 . mouse-delete-other-windows) (down-mouse-1 . mouse-drag-mode-line) (drag-mouse-1 . mouse-select-window) (mouse-1 . mouse-select-window)) (C-down-mouse-3 . mouse-popup-menubar-stuff) (S-down-mouse-1 . mouse-set-font) (C-down-mouse-1 . mouse-buffer-menu) (mouse-3 . mouse-save-then-kill) (mouse-2 . mouse-yank-at-click) (right-fringe keymap (mouse-1 . mouse-set-point)) (left-fringe keymap (mouse-1 . mouse-set-point)) (triple-mouse-1 . mouse-set-point) (double-mouse-1 . mouse-set-point) (drag-mouse-1 . mouse-set-region) (mouse-1 . mouse-set-point) (down-mouse-1 . mouse-drag-region) (M-mouse-2 . mouse-yank-secondary) (M-mouse-3 . mouse-secondary-save-then-kill) (M-down-mouse-1 . mouse-drag-secondary) (M-drag-mouse-1 . mouse-set-secondary) (M-mouse-1 . mouse-start-secondary) (C-down-mouse-2 . facemenu-menu) (compose-last-chars . compose-last-chars) (f1 . help-command= ) (help . help-command) (f2 . 2C-command) ...)) table--make-cell-map() table-insert("3" "3" "5" "1") call-interactively(table-insert) execute-extended-command(nil) call-interactively(execute-extended-command) Thanks for helping. ------=_Part_2744_9470746.1146441353843 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, everyone.

I'm a newbie for emacs. I'm using emacs cvs (emacs 23 = in gentoo, maybe it's emacs-unicode-2) and meet some problems.

When= emacs starts, the last massage is always:

map-char-table: Wrong ty= pe argument: integerp, (127 . 127)

and I meet the following message when I want to insert a table by t= able.el.

map-char-table: Wrong type argument: integerp, (48 . 57)
My friend tole me there might be something wrong with coding system, s= o I provide my coding system information and debugging information here.

My system locale is UTF-8 and the result of describe-coding-system = is:

Coding system for saving this buffer:
  Not set locally,= use the default.
Default coding system (for new files):
  U -- = utf-8 (alias: mule-utf-8)
Coding system for keyboard input:
  =3D -- no-conversion (alias= : binary)
Coding system for terminal output:
  U -- utf-8-unix (= alias: mule-utf-8-unix)
Coding system for inter-client cut and paste:  x -- compound-text-with-extensions (alias: x-ctext-with-extensions = ctext-with-extensions)
Defaults for subprocess I/O:
  decoding: U -- utf-8-unix (alias= : mule-utf-8-unix)
  encoding: U -- utf-8-unix (alias: mule-utf-8-u= nix)
Priority order for recognizing coding systems when reading files:  1. utf-8 (alias: mule-utf-8)
  2. chinese-gb18030 (alias: gb18030)
  3. chinese-iso-8bi= t (alias: cn-gb-2312 euc-china euc-cn cn-gb gb2312 cp936)
  4. iso-= 2022-cn (alias: chinese-iso-7bit)
  5. iso-2022-7bit
  6. = iso-2022-8bit-ss2
  7. emacs-mule
  8. raw-text
  9. iso-2022-jp (alia= s: junet)
  10. in-is13194-devanagari (alias: devanagari)
 = 11. utf-16
  12. utf-16be-with-signature (alias: utf-16-be)
&n= bsp; 13. utf-16le-with-signature (alias: utf-16-le)
  14. utf-16be
  15. utf-16le
  16. japanese-shi= ft-jis (alias: shift_jis sjis cp932)
  17. undecided
  Oth= er coding systems cannot be distinguished automatically
  from thes= e, and therefore cannot be recognized automatically
  with the present coding system priorities.
Particular coding = systems specified for certain file names:

  OPERATION &nbs= p;  TARGET PATTERN        CODING SYSTEM(= s)
  ---------    --------------    &= nbsp;   ----------------
  File I/O    "\\.dz\\'"   &nbs= p;    (no-conversion . no-conversion)
    =     "\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'"
 &nb= sp;               &n= bsp;  (no-conversion . no-conversion)
     &nbs= p;  "\\.tgz\\'"        (no-con= version . no-conversion)
        "\\.tbz\\'"  =      (no-conversion . no-conversion)
   &= nbsp;    "\\.bz2\\'"      = ;  (no-conversion . no-conversion)
       =  "\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'"
     = ;               (no-= conversion . no-conversion)
        "\\.elc\\'"  =      utf-8-emacs
       &n= bsp;"\\.utf\\(-8\\)?\\'"    utf-8
   =      "\\.xml\\'"     &nbs= p;  utf-8
        "\\(\\`\\|/\\)= loaddefs.el\\'"
           =          (raw-text . raw-text-unix)
        "\\.tar\\'"  =      (no-conversion . no-conversion)
   &= nbsp;    "\\.po[tx]?\\'\\|\\.po\\."
  = ;               &nbs= p;  po-find-file-coding-system
       &nbs= p;"\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'"
               &= nbsp;    latexenc-find-file-coding-system
   &n= bsp;    ""        &n= bsp;   (undecided)
  Process I/O    nothin= g specified
  Network I/O    nothing specified


And I get the debugging information for the problem of table inse= rt. Sorry I don't know how to get debugging information for the start probl= em.

The wrong message for table insert is:

map-char-table: Wrong= type argument: integerp, (48 . 57)

Here is the debuging information= . I cannot understand it.

Debugger entered--Lisp error: (wrong-type-= argument integerp (32 . 126))
  #[(key value) "=08^H=08    \303\n!I\207"= ; [elt key value table--replace-binding1] 4]((32 . 126) self-insert-command= )
  map-char-table(#[(key value) "=08^H=08    \= 303\n!I\207" [elt key value table--replace-binding1] 4] #^[nil nil key= map #^^[3 0 set-mark-command move-beginning-of-line backward-char table-cel= l-map-mode-specific-command-prefix *table--cell-delete-char move-end-of-lin= e forward-char keyboard-quit table-cell-map-help-command indent-for-tab-com= mand *table--cell-newline-and-indent kill-line recenter *table--cell-newlin= e next-line *table--cell-open-line previous-line *table--cell-quoted-insert= isearch-backward isearch-forward transpose-chars universal-argument scroll= -up kill-region table-cell-map-Control-X-prefix yank table-cell-map-ctl-z-m= ap table-cell-map-ESC-prefix toggle-input-method abort-recursive-edit nil u= ndo self-insert-command self-insert-command self-insert-command self-insert= -command self-insert-command self-insert-command self-insert-command self-i= nsert-command self-insert-command self-insert-command self-insert-command s= elf-insert-command self-insert-command self-insert-command self-insert-comm= and self-insert-command ...] #^^[1 0 #^^[2 0 #^^[3 0 set-mark-command move-= beginning-of-line backward-char table-cell-map-mode-specific-command-prefix= *table--cell-delete-char move-end-of-line forward-char keyboard-quit table= -cell-map-help-command indent-for-tab-command *table--cell-newline-and-inde= nt kill-line recenter *table--cell-newline next-line *table--cell-open-line= previous-line *table--cell-quoted-insert isearch-backward isearch-forward = transpose-chars universal-argument scroll-up kill-region table-cell-map-Con= trol-X-prefix yank table-cell-map-ctl-z-map table-cell-map-ESC-prefix toggl= e-input-method abort-recursive-edit nil undo self-insert-command self-inser= t-command self-insert-command self-insert-command self-insert-command self-= insert-command self-insert-command self-insert-command self-insert-command = self-insert-command self-insert-command self-insert-command self-insert-com= mand self-insert-command self-insert-command self-insert-command ...] self-= insert-command self-insert-command self-insert-command self-insert-command = self-insert-command self-insert-command self-insert-command self-insert-com= mand self-insert-command self-insert-command self-insert-command self-inser= t-command self-insert-command self-insert-command self-insert-command self-= insert-command self-insert-command self-insert-command self-insert-command = self-insert-command self-insert-command self-insert-command self-insert-com= mand self-insert-command self-insert-command self-insert-command self-inser= t-command self-insert-command self-insert-command self-insert-command self-= insert-command] self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command self= -insert-command] self-insert-command self-insert-command self-insert-comman= d self-insert-command self-insert-command self-insert-command self-insert-c= ommand self-insert-command self-insert-command self-insert-command self-ins= ert-command self-insert-command self-insert-command self-insert-command sel= f-insert-command self-insert-command self-insert-command self-insert-comman= d self-insert-command self-insert-command self-insert-command self-insert-c= ommand self-insert-command self-insert-command self-insert-command self-ins= ert-command self-insert-command self-insert-command self-insert-command sel= f-insert-command self-insert-command self-insert-command self-insert-comman= d self-insert-command self-insert-command self-insert-command self-insert-c= ommand self-insert-command self-insert-command self-insert-command self-ins= ert-command self-insert-command self-insert-command self-insert-command sel= f-insert-command ...])
  table--replace-binding((keymap #^[nil nil keymap #^^[3 0 set-mar= k-command move-beginning-of-line backward-char table-cell-map-mode-specific= -command-prefix *table--cell-delete-char move-end-of-line forward-char keyb= oard-quit table-cell-map-help-command indent-for-tab-command *table--cell-n= ewline-and-indent kill-line recenter *table--cell-newline next-line *table-= -cell-open-line previous-line *table--cell-quoted-insert isearch-backward i= search-forward transpose-chars universal-argument scroll-up kill-region tab= le-cell-map-Control-X-prefix yank table-cell-map-ctl-z-map table-cell-map-E= SC-prefix toggle-input-method abort-recursive-edit nil undo self-insert-com= mand self-insert-command self-insert-command self-insert-command self-inser= t-command self-insert-command self-insert-command self-insert-command self-= insert-command self-insert-command self-insert-command self-insert-command = self-insert-command self-insert-command self-insert-command self-insert-com= mand ...] #^^[1 0 #^^[2 0 #^^[3 0 set-mark-command move-beginning-of-line b= ackward-char table-cell-map-mode-specific-command-prefix *table--cell-delet= e-char move-end-of-line forward-char keyboard-quit table-cell-map-help-comm= and indent-for-tab-command *table--cell-newline-and-indent kill-line recent= er *table--cell-newline next-line *table--cell-open-line previous-line *tab= le--cell-quoted-insert isearch-backward isearch-forward transpose-chars uni= versal-argument scroll-up kill-region table-cell-map-Control-X-prefix yank = table-cell-map-ctl-z-map table-cell-map-ESC-prefix toggle-input-method abor= t-recursive-edit nil undo self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command self= -insert-command self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command self-insert-command ...] self-insert-command self= -insert-command self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command self= -insert-command self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command] sel= f-insert-command self-insert-command self-insert-command self-insert-comman= d self-insert-command self-insert-command self-insert-command self-insert-c= ommand self-insert-command self-insert-command self-insert-command self-ins= ert-command self-insert-command self-insert-command self-insert-command] se= lf-insert-command self-insert-command self-insert-command self-insert-comma= nd self-insert-command self-insert-command self-insert-command self-insert-= command self-insert-command self-insert-command self-insert-command self-in= sert-command self-insert-command self-insert-command self-insert-command se= lf-insert-command self-insert-command self-insert-command self-insert-comma= nd self-insert-command self-insert-command self-insert-command self-insert-= command self-insert-command self-insert-command self-insert-command self-in= sert-command self-insert-command self-insert-command self-insert-command se= lf-insert-command self-insert-command self-insert-command self-insert-comma= nd self-insert-command self-insert-command self-insert-command self-insert-= command self-insert-command self-insert-command self-insert-command self-in= sert-command self-insert-command self-insert-command self-insert-command ..= .] (33554464 . set-mark-command) (F1 lambda nil (interactive) (manual-entry= ...)) (S-mouse-3 . kmacro-end-call-mouse) (quail-advice . quail-advice) (C= -M-backspace) (C-M-delete) (M-backspace) (M-delete) (drag-n-drop . x-dnd-ha= ndle-drag-n-drop-event) (paste . clipboard-yank) (copy . clipboard-kill-rin= g-save) (cut . clipboard-kill-region) (f18 . clipboard-yank) (f16 . clipboa= rd-kill-ring-save) (f20 . clipboard-kill-region) (C-mouse-4 . mwheel-scroll= ) (S-mouse-4 . mwheel-scroll) (mouse-4 . mwheel-scroll) (C-mouse-5 . mwheel= -scroll) (S-mouse-5 . mwheel-scroll) (mouse-5 . mwheel-scroll) (tool-bar me= nu-item "tool bar" ignore :filter (lambda ... tool-bar-map)) (ver= tical-line keymap (mouse-1 . mouse-select-window) (down-mouse-1 . mouse-dra= g-vertical-line) (C-mouse-2 . mouse-split-window-vertically)) (vertical-scr= oll-bar keymap (mouse-1 . scroll-bar-toolkit-scroll) (C-mouse-2 . mouse-spl= it-window-vertically)) (header-line keymap (mouse-1 . mouse-select-window) = (down-mouse-1 . mouse-drag-header-line)) (mode-line keymap (C-mouse-2 . mou= se-split-window-horizontally) (mouse-3 . mouse-delete-window) (mouse-2 . mo= use-delete-other-windows) (down-mouse-1 . mouse-drag-mode-line) (drag-mouse= -1 . mouse-select-window) (mouse-1 . mouse-select-window)) (C-down-mouse-3 = . mouse-popup-menubar-stuff) (S-down-mouse-1 . mouse-set-font) (C-down-mous= e-1 . mouse-buffer-menu) (mouse-3 . mouse-save-then-kill) (mouse-2 . mouse-= yank-at-click) (right-fringe keymap (mouse-1 . mouse-set-point)) (left-frin= ge keymap (mouse-1 . mouse-set-point)) (triple-mouse-1 . mouse-set-point) (= double-mouse-1 . mouse-set-point) (drag-mouse-1 . mouse-set-region) (mouse-= 1 . mouse-set-point) (down-mouse-1 . mouse-drag-region) (M-mouse-2 . mouse-= yank-secondary) (M-mouse-3 . mouse-secondary-save-then-kill) (M-down-mouse-= 1 . mouse-drag-secondary) (M-drag-mouse-1 . mouse-set-secondary) (M-mouse-1= . mouse-start-secondary) (C-down-mouse-2 . facemenu-menu) (compose-last-ch= ars . compose-last-chars) (f1 . help-command) (help . help-command) (f2 . 2= C-command) ...))
  table--deep-copy-rebind-keymap((keymap #^[nil nil keymap #^^[3 0= set-mark-command move-beginning-of-line backward-char mode-specific-comman= d-prefix delete-char move-end-of-line forward-char keyboard-quit help-comma= nd indent-for-tab-command newline-and-indent kill-line recenter newline nex= t-line open-line previous-line quoted-insert isearch-backward isearch-forwa= rd transpose-chars universal-argument scroll-up kill-region Control-X-prefi= x yank ctl-z-map ESC-prefix toggle-input-method abort-recursive-edit nil un= do self-insert-command self-insert-command self-insert-command self-insert-= command self-insert-command self-insert-command self-insert-command self-in= sert-command self-insert-command self-insert-command self-insert-command se= lf-insert-command self-insert-command self-insert-command self-insert-comma= nd self-insert-command ...] #^^[1 0 #^^[2 0 #^^[3 0 set-mark-command move-b= eginning-of-line backward-char mode-specific-command-prefix delete-char mov= e-end-of-line forward-char keyboard-quit help-command indent-for-tab-comman= d newline-and-indent kill-line recenter newline next-line open-line previou= s-line quoted-insert isearch-backward isearch-forward transpose-chars unive= rsal-argument scroll-up kill-region Control-X-prefix yank ctl-z-map ESC-pre= fix toggle-input-method abort-recursive-edit nil undo self-insert-command s= elf-insert-command self-insert-command self-insert-command self-insert-comm= and self-insert-command self-insert-command self-insert-command self-insert= -command self-insert-command self-insert-command self-insert-command self-i= nsert-command self-insert-command self-insert-command self-insert-command .= ..] self-insert-command self-insert-command self-insert-command self-insert= -command self-insert-command self-insert-command self-insert-command self-i= nsert-command self-insert-command self-insert-command self-insert-command s= elf-insert-command self-insert-command self-insert-command self-insert-comm= and self-insert-command self-insert-command self-insert-command self-insert= -command self-insert-command self-insert-command self-insert-command self-i= nsert-command self-insert-command self-insert-command self-insert-command s= elf-insert-command self-insert-command self-insert-command self-insert-comm= and self-insert-command] self-insert-command self-insert-command self-inser= t-command self-insert-command self-insert-command self-insert-command self-= insert-command self-insert-command self-insert-command self-insert-command = self-insert-command self-insert-command self-insert-command self-insert-com= mand self-insert-command] self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command self= -insert-command self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command self= -insert-command self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command self-insert-command self-insert-command self-inse= rt-command self-insert-command self-insert-command self-insert-command self= -insert-command self-insert-command self-insert-command self-insert-command= self-insert-command self-insert-command self-insert-command self-insert-co= mmand self-insert-command ...] (33554464 . set-mark-command) (F1 lambda nil= (interactive) (manual-entry ...)) (S-mouse-3 . kmacro-end-call-mouse) (qua= il-advice . quail-advice) (C-M-backspace) (C-M-delete) (M-backspace) (M-del= ete) (drag-n-drop . x-dnd-handle-drag-n-drop-event) (paste . clipboard-yank= ) (copy . clipboard-kill-ring-save) (cut . clipboard-kill-region) (f18 . cl= ipboard-yank) (f16 . clipboard-kill-ring-save) (f20 . clipboard-kill-region= ) (C-mouse-4 . mwheel-scroll) (S-mouse-4 . mwheel-scroll) (mouse-4 . mwheel= -scroll) (C-mouse-5 . mwheel-scroll) (S-mouse-5 . mwheel-scroll) (mouse-5 .= mwheel-scroll) (tool-bar menu-item "tool bar" ignore :filter (la= mbda ... tool-bar-map)) (vertical-line keymap (mouse-1 . mouse-select-windo= w) (down-mouse-1 . mouse-drag-vertical-line) (C-mouse-2 . mouse-split-windo= w-vertically)) (vertical-scroll-bar keymap (mouse-1 . scroll-bar-toolkit-sc= roll) (C-mouse-2 . mouse-split-window-vertically)) (header-line keymap (mou= se-1 . mouse-select-window) (down-mouse-1 . mouse-drag-header-line)) (mode-= line keymap (C-mouse-2 . mouse-split-window-horizontally) (mouse-3 . mouse-= delete-window) (mouse-2 . mouse-delete-other-windows) (down-mouse-1 . mouse= -drag-mode-line) (drag-mouse-1 . mouse-select-window) (mouse-1 . mouse-sele= ct-window)) (C-down-mouse-3 . mouse-popup-menubar-stuff) (S-down-mouse-1 . = mouse-set-font) (C-down-mouse-1 . mouse-buffer-menu) (mouse-3 . mouse-save-= then-kill) (mouse-2 . mouse-yank-at-click) (right-fringe keymap (mouse-1 . = mouse-set-point)) (left-fringe keymap (mouse-1 . mouse-set-point)) (triple-= mouse-1 . mouse-set-point) (double-mouse-1 . mouse-set-point) (drag-mouse-1= . mouse-set-region) (mouse-1 . mouse-set-point) (down-mouse-1 . mouse-drag= -region) (M-mouse-2 . mouse-yank-secondary) (M-mouse-3 . mouse-secondary-sa= ve-then-kill) (M-down-mouse-1 . mouse-drag-secondary) (M-drag-mouse-1 . mou= se-set-secondary) (M-mouse-1 . mouse-start-secondary) (C-down-mouse-2 . fac= emenu-menu) (compose-last-chars . compose-last-chars) (f1 . help-command) (= help . help-command) (f2 . 2C-command) ...))
  table--make-cell-map()
  table-insert("3" &quo= t;3" "5" "1")
  call-interactively(table-i= nsert)
  execute-extended-command(nil)
  call-interactively= (execute-extended-command)


Thanks for helping.
------=_Part_2744_9470746.1146441353843-- --===============1669549396== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1669549396==--