... JDE has two ways of debugging. JDEbug is more flexible, but does seem to slow Emacs down some. The jdb method uses the standard debugging facilities in...
Jason Rumney
jasonr@...
Jul 1, 2001 11:42 am
15304
When I say slow down, the problem I have with JDE is not that debugging is slow. The problem is that just opening a Java buffer is much slower because there's...
Scott Goldstein
sdgoldst@...
Jul 1, 2001 5:05 pm
15305
Scott, You are probably experiencing delays related to parsing and analysis of semantic information (take a look at the senator package documentation). There...
Nascif Abousalh-Neto
nascif@...
Jul 2, 2001 5:33 pm
15306
Hi, I've seen many notes on the subject of cutting and pasting in NT Emacs but nothing has covered my current niggle: I have the following in my .emacs ...
Mark Bowler
mbowler@...
Jul 3, 2001 6:24 pm
15307
... That did it! It wasn't looking in my .emacs file. I used M-x customize-set-variable and the four backslash-two backslash method, and everything worked. Now...
David Slonosky
ds_webber@...
Jul 3, 2001 7:11 pm
15308
... Not how to stop it, but in a vanilla emacs install, you can use M-<yank> to get the next thing in the kill buffer inserted into the text. David ...
David Slonosky
ds_webber@...
Jul 3, 2001 8:34 pm
15309
... What is putting "One" on the kill-ring is the behaviour of double-mouse-1, not anything related to CUA-mode. At first I failed to replicate Mark's symptom...
David Vanderschel
DvdS@...
Jul 4, 2001 3:29 am
15310
... Try asking on the jde list. I bet they can give you variables to set so that you get only those parts that you want. -- Galen Boyer I like to skate on the...
Galen Boyer
galenboyer@...
Jul 4, 2001 3:48 am
15311
This may sound like a naive question, but how can I set the column width in emacs (nt gnu emacs 20.7.1) such that the text automatically wraps even if the ...
Arbees
arbees@...
Jul 6, 2001 2:22 am
15312
Hi there, Is there a binary version of emacs for Windows 2000 that is compiled with X library and LBX (low bandwidth X)? Also, where can I find precompiled X...
Q LI
chn110@...
Jul 6, 2001 5:08 am
15313
"A" == Arbees <arbees@...> writes: A> Date: Thu, 5 Jul 2001 18:33:59 -0700 (PDT) A> A> This may sound like a naive question, but how can I A> set the...
Fischer Martin (AT/EE...
Martin.Fischer@...
Jul 6, 2001 6:22 am
15314
Thanks all for the responses. set-fill-column etc commands do work, but for existing files (with more than n chars per line) when I tried to wrap them to n ...
Arbees
arbees@...
Jul 6, 2001 7:29 pm
15315
Do any of these fit the bill? A) fill-paragraph is an interactive compiled Lisp function in `textmodes/fill'. (fill-paragraph ARG) Fill paragraph at or after...
Mark Ayers
n2s@...
Jul 7, 2001 2:38 am
15316
Dear Emacs Users, I am looking for an emacs package that makes storing information in tree-structures possible. More precisely, what I want to have is ...
js@...
Jul 9, 2001 9:21 am
15317
The closest available package I know of is folding-mode.el This package hides and unhides sections from view, but it does not give indents that are level...
Kirkby, Peter M
Peter.Kirkby@...
Jul 9, 2001 1:23 pm
15318
... sounds similar to what reftex-mode's `reftex-toc' does. /Tom -- ``Tools are for people whose most prized asset is their opposable thumb. Common Lisp is...
Tom Capey
tomc@...
Jul 9, 2001 2:57 pm
15319
... Functionally speaking, what Action Outline does sounds to me much like what the foldout package does for outline-minor-mode. See foldout.el in the ...
David Vanderschel
DvdS@...
Jul 9, 2001 3:27 pm
15320
How about hyperbole koutline package, that does a nice job of outline management... don't know where a copy can be found, anybody have a link? -Bill...
Bill Karh
Bill.Karh@...
Jul 9, 2001 5:48 pm
15321
The attached package, written by David Ponce and based on the Emacs widgets package, does what you want. - Paul...
Paul Kinnucan
paulk@...
Jul 9, 2001 5:53 pm
15322
Is there anyway to scroll the mode-line? Or better yet, have it expand to multiple lines when it gets too cluttered (which it is in some modes, e.g. XAE/XSLT...
Jeff Rancier
jeff.rancier@...
Jul 9, 2001 7:51 pm
15323
Hello, When editting XML, or XSL file, I have font-lock working. I.e. the faces are highlighted correctly with the appropriate colors. Is there any way to ...
Jeff Rancier
jeff.rancier@...
Jul 9, 2001 8:18 pm
15324
I have an XSL file with the following prolog: <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" ...
Jeff Rancier
jeff.rancier@...
Jul 9, 2001 8:24 pm
15325
... Emacs knows about outline mode which comes pretty close. By default, it uses `*' for the first level, `**' for the second level, and so on. And a...
Kai Großjohann
Kai.Grossjohann@...
Jul 9, 2001 8:57 pm
15326
... (setq-default resize-minibuffer-mode t) If you have (icomplete-mode) You might want this as well (resize-minibuffer-mode) and with the above, this comes in...
Galen Boyer
galenboyer@...
Jul 9, 2001 9:41 pm
15327
... Doh! mode-line you big dummy. Sorry. I don't know the answer to that one. -- Galen Boyer I like to skate on the other side of the ice. Steven Wright...
Galen Boyer
galenboyer@...
Jul 10, 2001 2:19 am
15328
... <http://www.eskimo.com/~seldon/diminish.el> may mitigate the need for that. -- Will Mengarini <seldon@...> Free software: the Source will be with...
Will Mengarini
seldon@...
Jul 10, 2001 3:45 am
15329
... I thought Jeff wanted to see more of the mode line, not the minibuffer. I, too, am often frustrated when I lose something off the right end of the mode...
David Vanderschel
DvdS@...
Jul 10, 2001 4:09 am
15330
... All three will be made obsolete in Emacs 21.X, BTW. /L/e/k/t/u...
Juanma Barranquero
lektu@...
Jul 10, 2001 7:43 am
15331
Jeff, ... Jeff> Jeff> Hello, Jeff> When editting XML, or XSL file, I have font-lock working. I.e. the faces Jeff> are highlighted correctly with the...
Karel Sprenger
cjas@...
Jul 10, 2001 8:13 am
15332
Hello Bill, you wrote: Bill> How about hyperbole koutline package, that does a nice job Bill> of outline management... Bill> don't know where a copy can be...