From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Super-User Newsgroups: gmane.emacs.help Subject: Abbrevs Date: 26 Aug 2003 10:59:41 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061888597 23542 80.91.224.253 (26 Aug 2003 09:03:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2003 09:03:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 26 11:03:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rZjP-0006oL-00 for ; Tue, 26 Aug 2003 11:03:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rZhf-0007RP-Tv for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Aug 2003 05:01:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!hera.af.op.dlr.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: hera.af.op.dlr.de (129.247.161.42) Original-X-Trace: news.uni-berlin.de 1061888389 8944720 129.247.161.42 (16 [142426]) X-Newsreader: Gnus v5.7/Emacs 20.7 Original-Xref: shelby.stanford.edu gnu.emacs.help:116146 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12065 Hello, I have the following problem with Abbrevs: "GNU Emacs 20.7.1 (sparc-sun-solaris2.8, X toolkit)\n of Tue Oct 16 2001 on jupiter" ............................................................ a. ELISP> (abbrev-expansion "XSAR_1" shell-mode-abbrev-table) "/export/home/JUPITER_XSAR_1/" b. ELISP> (expand-abbrev) nil Question: Why does (expand-abbrev) not the same work as `abbrev-expansion' obviously does? Do I need any setup of variables such that Abbrevs accepts uppercase abbrevs? Thank you very much in advance for any hint. Regards Willi.Rattei@dlr.de