help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SOS, desperate help


From: JOL
Subject: SOS, desperate help
Date: Thu, 26 Dec 2002 22:45:29 +0100
User-agent: KNode/0.7.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

how to avoid that an option is modified from outside menus of customization?
I modify an option, I record it for future uses but always appears another 
one when initiating emacs...
In concrete one is the option to debugger in the language ADA.
Always appears "ddd..." but I have saved "gvd....."
DESPERADO
Thanks...



























...................................................................................
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+C3h+BrDNuiYyVUMRAtaFAKDqun/t2nVa7s6cBuEfkFSgPM44VACeK9Hs
f+InT5S9dMBpvT9se6wzgT4=
=Vh4f
-----END PGP SIGNATURE-----
>From help-gnu-emacs-bounces@gnu.org  Thu Dec 26 20:35:32 2002
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: tennis_smith@yahoo.com (Tennis Smith)
Newsgroups: gnu.emacs.help
Date: 26 Dec 2002 17:31:59 -0800
Organization: http://groups.google.com/
Lines: 34
Message-ID: <7f477f72.0212261731.364e59fd@posting.google.com>
NNTP-Posting-Host: 128.107.253.40
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1040952719 11491 127.0.0.1 (27 Dec 2002 01:31:59
        GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 27 Dec 2002 01:31:59 GMT
Xref: shelby.stanford.edu gnu.emacs.help:108500
To: help-gnu-emacs@gnu.org
Subject: Skeleton & Abbrev
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Fri, 27 Dec 2002 01:35:32 -0000

Hi,

I'm trying to build some skeletons for tcl and auto-expand them
with abbrev just like the description here: 

http://www.emacswiki.org/cgi-bin/wiki.pl?SkeletonMode

My definition looks like this:

(define-abbrev tcl-mode-abbrev-table "_if"
"" 'tcl-if)

(define-skeleton tcl-if
  "A simple tcl if skeleton" nil
  \n 
  "if { "
  _
  " } {"
  \n \n
  "} else {"
  \n \n
  "}"
)

(setq skeleton-end-hook nil)


So, when I type in _if in a tcl buffer, it should auto-expand to a new 
"if" statement stub. But, it doesn't do anything. I've turned on abbrev
mode and skeleton, but it doesn't make any difference.  Anyone have any
idea why? 

TIA,
-Tennis
>From help-gnu-emacs-bounces@gnu.org  Thu Dec 26 22:20:27 2002
Path: 
shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!torn!news.ryerson.ca!not-for-mail
From: Luis Fernandes <elf@ee.ryerson.ca>
Newsgroups: gnu.emacs.help
Date: 26 Dec 2002 22:14:07 -0500
Organization: Ryerson Polytechnic University
Lines: 9
Sender: elf@zen
Message-ID: <x0smwkqhkw.fsf@ee.ryerson.ca>
References: <041220020952400758%ajanta@no.spam>
        <56cfb0e3.0212041458.5eab182a@posting.google.com>
        <x5k7ipl35x.fsf@lola.goethe.zz> <061220020416350201%ajanta@no.spam>
        <slrnav1ed1.ho.smullerin@esb.bbn.com> <m2hedrm4oc.fsf@owlbear.local>
        <071220021155280606%ajanta@no.spam> <5ld6obj8il.fsf@rum.cs.yale.edu>
        <091220021652087216%ajanta@no.spam> <vf3cp5ix2u.fsf@rpc71.cs.man.ac.uk>
        <111220021101520860%ajanta@no.spam> <111220021253524057%ajanta@no.spam>
        <5l65u0i8zj.fsf@rum.cs.yale.edu> <111220022053507599%ajanta@no.spam>
        <87u1hjdwta.fsf@hurd.crasseux.com> <121220021324043990%ajanta@no.spam>
        <m3el8iar9g.fsf@mika.informatik.uni-freiburg.de>
        <171220021132381961%ajanta@no.spam>
        <mailman.343.1040149880.19936.help-gnu-emacs@gnu.org>
        <ulm2ocm2f.fsf@synopsys.com> 
<m3of7gn1qb.fsf@mika.informatik.uni-freiburg.de>
        <u4r98y0ts.fsf@synopsys.com> <x0d6ns6ikf.fsf@ee.ryerson.ca>
        <ubs38hcbz.fsf@synopsys.com>
NNTP-Posting-Host: sulfur.ee.ryerson.ca
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.106
Xref: shelby.stanford.edu gnu.emacs.help:108501
To: help-gnu-emacs@gnu.org
Subject: Re: Software/HD ecology
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1b5
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
List-Archive: <http://mail.gnu.org/pipermail/help-gnu-emacs>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-gnu-emacs>,
        <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
X-List-Received-Date: Fri, 27 Dec 2002 03:20:27 -0000

I agree with your proposal for an uninstgaller for all packages. 

What I am proposing is for all packages to be compartmentalized, by
default ("configure; make; make install"), in their own directories
with version numbers so multiple version of the same package can
co-exist without conflicts and collisions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]