unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* tempo in JDE: completion with <spc>
@ 2003-09-12  0:41 FRC
  2003-09-16 19:50 ` FRC
  0 siblings, 1 reply; 4+ messages in thread
From: FRC @ 2003-09-12  0:41 UTC (permalink / raw)


Hi,

I use NTEmacs and JDE mode w/ ECB to write Java code and I like them much,
although it did take some time to configure everything to my taste.
One (minor) thing I'd like to change is the way the 'for', 'if' etc...
abbrevs expansion deal with the last inserted char (the one that triggered
the expansion).
My understanding is that JDE tempo template functions are put in the
function cell of the entries in the abbrev table - these functions are
called when the abbrev is expanded. As far as I'm concerned, I always expand
the abbrevs by hitting <space> just after the abbrev. This is usually fine,
except for these tempo-based expansions, which more often than not define
some tempo-mark in the middle of the expansion (eg. to define the loop
variables in the 'for' statement etc...). In these cases, the <space> char
is inserted after the expansion, right where the expansion left the point;
but I always delete that space, b/c I don't want it and if I did I would put
it in the tempo template in the 1st place. For example, the 'if' expansion
sets the point just after the opening paranthesis, but then the <space>
self-inserts itself there, although I'll never want a space here. I
appreciate that this insertion is perfectly consistent, but how can I get
rid of it *only* for the tempo-based expansions (I don't want to discard the
space when I expand 'public' or 'interface' for instance) ?
I tried to bind some tempo-space function of my own to <space>, but this
func doesn't know if I want to keep the space or not (ie. if the abbrev has
been expanded with tempo). I could use brute-force and list all the
tempo-based abbrevs and checks if current abbrev matches one of them, but
there must be a better way.
My guess is that I need a mean to cancel the <space> char insertion from
within the tempo template, but I didn't manage to do so (looked at
discard-input and another unread-xxx function).
How can I sort this out (apart from hitting C-x ' instead of <space>) ?

FRC

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-18  9:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12  0:41 tempo in JDE: completion with <spc> FRC
2003-09-16 19:50 ` FRC
2003-09-17  5:29   ` Sandip Chitale
2003-09-18  9:47     ` FRC

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).