From unknown Mon Jun 23 07:50:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9343: 23.2; Refcard additions Resent-From: Steve Chapel Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Aug 2011 16:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9343 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 9343@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.131403147920792 (code B ref -1); Mon, 22 Aug 2011 16:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Aug 2011 16:44:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QvXc6-0005PH-98 for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:44:39 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QvX5h-0003GL-NT for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvX3O-0005mM-1I for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:08:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:33479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvX3N-0005mI-W0 for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:08:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]:36181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvX3M-0006r0-Kc for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2011 12:08:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvX3L-0005ln-5G for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2011 12:08:44 -0400 Received: from stevechapel.com ([69.11.220.126]:51237 helo=laptop.stevechapel.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvX3K-0005la-Ts for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2011 12:08:43 -0400 Received: from laptop.stevechapel.com (localhost [127.0.0.1]) by laptop.stevechapel.com (8.14.5/8.14.5) with ESMTP id p7MFD7vT027451 for ; Mon, 22 Aug 2011 11:13:07 -0400 Received: (from schapel@localhost) by laptop.stevechapel.com (8.14.5/8.14.5/Submit) id p7MFD6Kd027450; Mon, 22 Aug 2011 11:13:06 -0400 From: Steve Chapel Date: Mon, 22 Aug 2011 11:13:06 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.1 (-----) X-Mailman-Approved-At: Mon, 22 Aug 2011 12:44:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) The emacs reference card didn't have many commands that I often use, so I added them. Here is the context diff for the LaTeX source: *** /usr/share/emacs/23.2/etc/refcards/refcard.tex 2010-04-03 17:26:12.000000000 -0500 --- refcard.tex 2011-06-16 17:15:24.000000000 -0500 *************** *** 332,337 **** --- 332,338 ---- \shortcopyrightnotice + \newcolumn \section{Motion} \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr *************** *** 352,358 **** \key{scroll to previous screen}{M-v} \key{scroll left}{C-x <} \key{scroll right}{C-x >} ! \key{scroll current line to center of screen}{C-u C-l} \section{Killing and Deleting} --- 353,362 ---- \key{scroll to previous screen}{M-v} \key{scroll left}{C-x <} \key{scroll right}{C-x >} ! \key{scroll current line to center, top, bottom}{C-l} ! ! \key{goto line}{M-g g} ! \key{back to indentation}{M-m} \section{Killing and Deleting} *************** *** 393,406 **** Valid responses in query-replace mode are ! \key{{\bf replace} this one, go on to next}{SPC} \key{replace this one, don't move}{,} ! \key{{\bf skip} to next without replacing}{DEL} \key{replace all remaining matches}{!} \key{{\bf back up} to the previous match}{^} \key{{\bf exit} query-replace}{RET} \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} \section{Multiple Windows} When two commands are shown, the second is a similar command for a --- 397,411 ---- Valid responses in query-replace mode are ! \key{{\bf replace} this one, go on to next}{SPC {\rm or} y} \key{replace this one, don't move}{,} ! \key{{\bf skip} to next without replacing}{DEL {\rm or} n} \key{replace all remaining matches}{!} \key{{\bf back up} to the previous match}{^} \key{{\bf exit} query-replace}{RET} \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} + \newcolumn \section{Multiple Windows} When two commands are shown, the second is a similar command for a *************** *** 438,443 **** --- 443,449 ---- \key{indent {\bf region} (mode-dependent)}{C-M-\\} \key{indent {\bf sexp} (mode-dependent)}{C-M-q} \key{indent region rigidly {\it arg\/} columns}{C-x TAB} + \key{indent for comment}{M-;} \key{insert newline after point}{C-o} \key{move rest of line vertically down}{C-M-o} *************** *** 536,541 **** --- 542,554 ---- \key{expand previous word dynamically}{M-/} + \section{Miscellaneous} + + \key{numeric argument}{C-u {\it num}} + \key{negative argument}{M--} + \key{quoted insert}{C-q {\it char}} + + \newcolumn \section{Regular Expressions} \key{any single character except a newline}{. {\rm(dot)}} *************** *** 604,609 **** --- 617,623 ---- \endindentedkeys + \newcolumn \section{Registers} \key{save region in register}{C-x r s} In GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.4) of 2011-05-23 on x86-12.phx2.fedoraproject.org configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 1 ; 2 8 0 1 ; 0 c ESC x r e p o TAB r t TAB RET Recent messages: ("emacs") Loading /usr/share/emacs/site-lisp/site-start.d/focus-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: None found. Features: (shadow sort mail-extr message idna sendmail regexp-opt ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug help-mode easymenu view tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) From unknown Mon Jun 23 07:50:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Steve Chapel Subject: bug#9343: closed (Re: bug#9343: 23.2; Refcard additions) Message-ID: References: X-Gnu-PR-Message: they-closed 9343 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 9343@debbugs.gnu.org Date: Wed, 24 Aug 2011 07:35:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1314171302-25159-1" This is a multi-part message in MIME format... ------------=_1314171302-25159-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #9343: 23.2; Refcard additions which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 9343@debbugs.gnu.org. --=20 9343: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9343 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1314171302-25159-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 9343-done) by debbugs.gnu.org; 24 Aug 2011 07:34:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qw7ye-0006Wr-Bo for submit@debbugs.gnu.org; Wed, 24 Aug 2011 03:34:21 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qw7ya-0006Wj-Nd for 9343-done@debbugs.gnu.org; Wed, 24 Aug 2011 03:34:17 -0400 Received: from localhost ([127.0.0.1]:51485) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qw7w8-0003E1-9Y; Wed, 24 Aug 2011 03:31:44 -0400 From: Glenn Morris To: 9343-done@debbugs.gnu.org Subject: Re: bug#9343: 23.2; Refcard additions References: X-Spook: Mena Indigo BROMURE Tony Blair crypto anarchy Manfurov X-Ran: xU"cS0Mk>^igq9/%bbucrQ*A1]j(|173o^ (Steve Chapel's message of "Mon, 22 Aug 2011 11:13:06 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9343-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Version: 24.1 Thanks; applied. ------------=_1314171302-25159-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Aug 2011 16:44:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QvXc6-0005PH-98 for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:44:39 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QvX5h-0003GL-NT for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvX3O-0005mM-1I for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:08:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:33479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvX3N-0005mI-W0 for submit@debbugs.gnu.org; Mon, 22 Aug 2011 12:08:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]:36181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvX3M-0006r0-Kc for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2011 12:08:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvX3L-0005ln-5G for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2011 12:08:44 -0400 Received: from stevechapel.com ([69.11.220.126]:51237 helo=laptop.stevechapel.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvX3K-0005la-Ts for bug-gnu-emacs@gnu.org; Mon, 22 Aug 2011 12:08:43 -0400 Received: from laptop.stevechapel.com (localhost [127.0.0.1]) by laptop.stevechapel.com (8.14.5/8.14.5) with ESMTP id p7MFD7vT027451 for ; Mon, 22 Aug 2011 11:13:07 -0400 Received: (from schapel@localhost) by laptop.stevechapel.com (8.14.5/8.14.5/Submit) id p7MFD6Kd027450; Mon, 22 Aug 2011 11:13:06 -0400 From: Steve Chapel To: bug-gnu-emacs@gnu.org Subject: 23.2; Refcard additions Date: Mon, 22 Aug 2011 11:13:06 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 22 Aug 2011 12:44:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) The emacs reference card didn't have many commands that I often use, so I added them. Here is the context diff for the LaTeX source: *** /usr/share/emacs/23.2/etc/refcards/refcard.tex 2010-04-03 17:26:12.000000000 -0500 --- refcard.tex 2011-06-16 17:15:24.000000000 -0500 *************** *** 332,337 **** --- 332,338 ---- \shortcopyrightnotice + \newcolumn \section{Motion} \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr *************** *** 352,358 **** \key{scroll to previous screen}{M-v} \key{scroll left}{C-x <} \key{scroll right}{C-x >} ! \key{scroll current line to center of screen}{C-u C-l} \section{Killing and Deleting} --- 353,362 ---- \key{scroll to previous screen}{M-v} \key{scroll left}{C-x <} \key{scroll right}{C-x >} ! \key{scroll current line to center, top, bottom}{C-l} ! ! \key{goto line}{M-g g} ! \key{back to indentation}{M-m} \section{Killing and Deleting} *************** *** 393,406 **** Valid responses in query-replace mode are ! \key{{\bf replace} this one, go on to next}{SPC} \key{replace this one, don't move}{,} ! \key{{\bf skip} to next without replacing}{DEL} \key{replace all remaining matches}{!} \key{{\bf back up} to the previous match}{^} \key{{\bf exit} query-replace}{RET} \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} \section{Multiple Windows} When two commands are shown, the second is a similar command for a --- 397,411 ---- Valid responses in query-replace mode are ! \key{{\bf replace} this one, go on to next}{SPC {\rm or} y} \key{replace this one, don't move}{,} ! \key{{\bf skip} to next without replacing}{DEL {\rm or} n} \key{replace all remaining matches}{!} \key{{\bf back up} to the previous match}{^} \key{{\bf exit} query-replace}{RET} \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} + \newcolumn \section{Multiple Windows} When two commands are shown, the second is a similar command for a *************** *** 438,443 **** --- 443,449 ---- \key{indent {\bf region} (mode-dependent)}{C-M-\\} \key{indent {\bf sexp} (mode-dependent)}{C-M-q} \key{indent region rigidly {\it arg\/} columns}{C-x TAB} + \key{indent for comment}{M-;} \key{insert newline after point}{C-o} \key{move rest of line vertically down}{C-M-o} *************** *** 536,541 **** --- 542,554 ---- \key{expand previous word dynamically}{M-/} + \section{Miscellaneous} + + \key{numeric argument}{C-u {\it num}} + \key{negative argument}{M--} + \key{quoted insert}{C-q {\it char}} + + \newcolumn \section{Regular Expressions} \key{any single character except a newline}{. {\rm(dot)}} *************** *** 604,609 **** --- 617,623 ---- \endindentedkeys + \newcolumn \section{Registers} \key{save region in register}{C-x r s} In GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.4) of 2011-05-23 on x86-12.phx2.fedoraproject.org configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 1 ; 2 8 0 1 ; 0 c ESC x r e p o TAB r t TAB RET Recent messages: ("emacs") Loading /usr/share/emacs/site-lisp/site-start.d/focus-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: None found. Features: (shadow sort mail-extr message idna sendmail regexp-opt ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug help-mode easymenu view tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) ------------=_1314171302-25159-1--