RE: Navigate code-completion pop-up menu with keyboard?

2002-11-19 Thread Henrik Kjær
Then try using arrows up and down. Press twice move you into the pop-up window, at 
least on my configuration.
I am using Emacs 21.1 on Windows 2000.

MVH

Henrik Kjær


-Original Message-
From: Christian Surlykke [mailto:[EMAIL PROTECTED]] 
Sent: 20. november 2002 08:25
To: Henrik Kjær
Cc: [EMAIL PROTECTED]
Subject: Re: Navigate code-completion pop-up menu with keyboard?


Pressing Tab makes the pop-up-menu disappear.

Oh - and btw, I'm running Gnu Emacs 21.2.2 from Debian unstable.

mvh Christian Surlykke

On Wednesday 20 November 2002 06:58, Henrik Kjær wrote:
> Press Tab, and then use arrows up and down, or press beginning 
> letters.
>
> MVH
>
> Henrik Kjær
>
>
> -Original Message-
> From: Christian Surlykke [mailto:[EMAIL PROTECTED]]
> Sent: 19. november 2002 15:51
> To: [EMAIL PROTECTED]
> Subject: Navigate code-completion pop-up menu with keyboard?
>
>
> Hiya
>
> A newbie question:
> When invoking jde-complete-at-point-menu, is it possible to select an 
> entry in the pop-up menu using keyboard strokes - i.e. without having 
> to move your hand to the mouse?
>
> I'm running jde 2.2.8 from Debian unstable.
>
> br. Christian Surlykke




RE: prj.el under source control

2002-11-19 Thread Henrik Kjær
Hi Tom

I don't think your problem relates to Nascif (see ealier), but I have also
experienced problem with project settings since moving from 2.2.9.beta12 to
2.2.9. Mine are related to make settings. Make has now got its own menu point
under options, and strangely enough these settings is not saved in the project
file when saving project.
Anyway, at present I have moved my make settings out of my prj.el file and
into my .emacs and everything works ok - BUT I can only do this as I at present
only are working on one project, so somehow the problem has to be solved -
I think it is a bug in the new jde!? 

MVH

Henrik Kjær


-Original Message-
From: Tom Eskridge [mailto:[EMAIL PROTECTED]] 
Sent: 19. november 2002 22:54
To: Nascif Abousalh-Neto; [EMAIL PROTECTED]
Subject: Re: prj.el under source control



I have been getting the same behavior since switching to 2.2.9.  It may be 
more likely to be a jde issue than a source control issue.

On Tuesday 19 November 2002 03:28 pm, Nascif Abousalh-Neto wrote:
> Hi,
>   I recently added our prj.el files to source control (clearcase) but 
> soon after that I start to get some strange behavior - basically 
> related to loss of customizations, like modeline, font-lock, key 
> bindings, and project name. I'm not sure it is related, but I'm 
> thinking that the fact that fact that the prj.el is now read-only may 
> be causing problems. Could that be the case?
>   Another variable: I recently migrated from jde2.2.9beta10 to 
> jde2.2.9. I tried to move back but the problem persisted.
>
>   Regards,
>   Nascif
>
> PS: Still no comments on my previous question on how to have 
> subprojects appending to paths defined on parent projects, instead of 
> just overriding then...

-- 

Cheers,

Tom


Tom Eskridge
Institute for Human and Machine Cognition
University of West Florida
40 S. Alcaniz St
Pensacola, FL 32501
ph: 850-202-4454
fx: 850-202-4440



RE: Navigate code-completion pop-up menu with keyboard?

2002-11-19 Thread Henrik Kjær
Press Tab, and then use arrows up and down, or press beginning letters.

MVH

Henrik Kjær


-Original Message-
From: Christian Surlykke [mailto:[EMAIL PROTECTED]] 
Sent: 19. november 2002 15:51
To: [EMAIL PROTECTED]
Subject: Navigate code-completion pop-up menu with keyboard?


Hiya

A newbie question:
When invoking jde-complete-at-point-menu, is it possible to select an entry in the 
pop-up menu using keyboard strokes - i.e. without having to move your hand to the 
mouse?

I'm running jde 2.2.8 from Debian unstable.

br. Christian Surlykke



This mailing list can be read through a newsreader.

2002-11-19 Thread Galen Boyer
There is a new service to provide access to public email lists
through one's newsreader.  The address is gmane.org.  There is a
gmane hierarchy, gmane.emacs which has lots of list dear to
many.  Inclusive of these are:

gmane.emacs.jdee
gmane.emacs.windows (This is the ntemacs list)
gmane.emacs.xae

This was started and is admin'd by the same fellow who authored
Gnus.  He "hates" mailing lists, so he decided to provide an nntp
gateway to them.  He also is providing support for removing spam,
and I trust the he should know some of the best ways to get rid
of spam.

looking to provide a "proper" search engine as well.

I think its a great idea cause now I can cancel my subscriptions
to these lists and do not have to handle the pop downloads and
other such self-service type stuff.

-- 
Galen Boyer





Re: prj.el under source control

2002-11-19 Thread Andrew Hyatt

Actually, I think I misread your question.  I thought you were asking
if multiple prj.el files could be in affect at once - so that on going
to a file, we would walk from the root directory to the current
directory, executing each prj.el in between.  

If we do this (who knows, JDE may do it already), then you could
easily do what you want, just put in your prj.el (add-to-list
'jde-global-classpath "this/project/dir"), etc.  I think this may be
frowned upon, since all setting of variables should come through
customizations, but it should work.  IMHO, we shouldn't have this
policy where things have to be customized instead of just set, it
seems against the free-wheeling nature of elisp.

"Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes:

> Thanks, appreciated. 
> Maybe a special symbol meaning the contents of the same variable as
> defined in a parent (or default) prj.el would do the trick... So you
> could have
> 
> jde-global-classpath = ($BASE_VALUE "this/project/dir") 
> 
> 
> > -Original Message- 
> > From: Andrew Hyatt [ mailto:[EMAIL PROTECTED]
>  ] 
> > Sent: Tuesday, November 19, 2002 4:56 PM 
> > To: Abousalh-Neto, Nascif [NCRTP:3X50:EXCH] 
> > Cc: [EMAIL PROTECTED] 
> > Subject: Re: prj.el under source control 
> > 
> > 
> > "Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes: 
> > 
> > > PS: Still no comments on my previous question on how to have 
> > > subprojects appending to paths defined on parent projects, 
> > instead of 
> > > just overriding then... 
> > 
> > I haven't looked at the code to do this, but I imagine this 
> > would be a fairly easy fix.  And I think it's a good 
> > suggestion.  I'll see if I can produce a patch soon. 
> > 
> > 




RE: prj.el under source control

2002-11-19 Thread Nascif Abousalh-Neto
Title: RE: prj.el under source control





I found out the reason, somehow I lost the entire contents of my (custom-set-variables) in my .emacs !!!
I don't know what caused that though. I restored it from a backup and things seem to be back to normal now.


> -Original Message-
> From: Tom Eskridge [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, November 19, 2002 4:54 PM
> To: Abousalh-Neto, Nascif [NCRTP:3X50:EXCH]; [EMAIL PROTECTED]
> Subject: Re: prj.el under source control
> 
> 
> 
> I have been getting the same behavior since switching to 
> 2.2.9.  It may be 
> more likely to be a jde issue than a source control issue.
> 
> On Tuesday 19 November 2002 03:28 pm, Nascif Abousalh-Neto wrote:
> > Hi,
> >     I recently added our prj.el files to source control 
> (clearcase) but 
> > soon after that I start to get some strange behavior - basically 
> > related to loss of customizations, like modeline, font-lock, key 
> > bindings, and project name. I'm not sure it is related, but I'm 
> > thinking that the fact that fact that the prj.el is now 
> read-only may 
> > be causing problems. Could that be the case?
> >     Another variable: I recently migrated from jde2.2.9beta10 to 
> > jde2.2.9. I tried to move back but the problem persisted.
> >
> >     Regards,
> >         Nascif
> >
> > PS: Still no comments on my previous question on how to have 
> > subprojects appending to paths defined on parent projects, 
> instead of 
> > just overriding then...
> 
> -- 
> 
> Cheers,
> 
> Tom
> 
> 
> Tom Eskridge
> Institute for Human and Machine Cognition
> University of West Florida
> 40 S. Alcaniz St
> Pensacola, FL 32501
> ph: 850-202-4454
> fx: 850-202-4440
> 





RE: prj.el under source control

2002-11-19 Thread Nascif Abousalh-Neto
Title: RE: prj.el under source control





Thanks, appreciated. 
Maybe a special symbol meaning the contents of the same variable as defined in a parent (or default) prj.el would do the trick... So you could have

jde-global-classpath = ($BASE_VALUE "this/project/dir")



> -Original Message-
> From: Andrew Hyatt [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, November 19, 2002 4:56 PM
> To: Abousalh-Neto, Nascif [NCRTP:3X50:EXCH]
> Cc: [EMAIL PROTECTED]
> Subject: Re: prj.el under source control
> 
> 
> "Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes:
> 
> > PS: Still no comments on my previous question on how to have 
> > subprojects appending to paths defined on parent projects, 
> instead of 
> > just overriding then...
> 
> I haven't looked at the code to do this, but I imagine this 
> would be a fairly easy fix.  And I think it's a good 
> suggestion.  I'll see if I can produce a patch soon.
> 
> 





Re: prj.el under source control

2002-11-19 Thread Andrew Hyatt
"Nascif Abousalh-Neto" <[EMAIL PROTECTED]> writes:

> PS: Still no comments on my previous question on how to have subprojects
> appending to paths defined on parent projects, instead of just
> overriding then...

I haven't looked at the code to do this, but I imagine this would be a
fairly easy fix.  And I think it's a good suggestion.  I'll see if I
can produce a patch soon.




Re: prj.el under source control

2002-11-19 Thread Tom Eskridge

I have been getting the same behavior since switching to 2.2.9.  It may be 
more likely to be a jde issue than a source control issue.

On Tuesday 19 November 2002 03:28 pm, Nascif Abousalh-Neto wrote:
> Hi,
>   I recently added our prj.el files to source control (clearcase) but
> soon after that I start to get some strange behavior - basically related to
> loss of customizations, like modeline, font-lock, key bindings, and project
> name. I'm not sure it is related, but I'm thinking that the fact that fact
> that the prj.el is now read-only may be causing problems. Could that be the
> case?
>   Another variable: I recently migrated from jde2.2.9beta10 to
> jde2.2.9. I tried to move back but the problem persisted.
>
>   Regards,
>   Nascif
>
> PS: Still no comments on my previous question on how to have subprojects
> appending to paths defined on parent projects, instead of just overriding
> then...

-- 

Cheers,

Tom


Tom Eskridge
Institute for Human and Machine Cognition
University of West Florida
40 S. Alcaniz St
Pensacola, FL 32501
ph: 850-202-4454
fx: 850-202-4440



prj.el under source control

2002-11-19 Thread Nascif Abousalh-Neto
Title: prj.el under source control





Hi,
    I recently added our prj.el files to source control (clearcase) but soon after that I start to get some strange behavior - basically related to loss of customizations, like modeline, font-lock, key bindings, and project name. I'm not sure it is related, but I'm thinking that the fact that fact that the prj.el is now read-only may be causing problems. Could that be the case?

    Another variable: I recently migrated from jde2.2.9beta10 to jde2.2.9. I tried to move back but the problem persisted.

    Regards,
        Nascif


PS: Still no comments on my previous question on how to have subprojects appending to paths defined on parent projects, instead of just overriding then...




Re: rpm

2002-11-19 Thread Paul Kinnucan
Greg Fenton writes:
 > Artur,
 > 
 > Could you post the script to a website or something similar?
 > 
 > The script sent via email can (and does) get wrapped by different mail
 > readers/agents, and it becomes a pain to figure out where linebreaks
 > should not be.
 > 

I promised to post the initial version fo Artur's script on the JDEE website 
but egregiously failed to do so. I'll try to post his updated script tonight.

- Paul

 > Thanks in advance,
 > greg_fenton.
 > 
 > 
 > --- Artur Hefczyc <[EMAIL PROTECTED]> wrote:
 > >
 > > I sent this script few days ago to this list.
 > > 
 > 
 > 
 > =
 > Greg Fenton
 > [EMAIL PROTECTED]
 > 
 > __
 > Do you Yahoo!?
 > Yahoo! Web Hosting - Let the expert host your site
 > http://webhosting.yahoo.com




Re: rpm

2002-11-19 Thread Artur Hefczyc
Hi,
 
> Could you post the script to a website or something similar?
I am currently working on publishing it somewhere but currently
it is available from CVS with WEB interface.
You can download last version from location:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/wttools/wttools/emacs-stuff/install-jde.sh?rev=1.1&content-type=application/x-sh
or
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/wttools/wttools/emacs-stuff/install-jde.sh?rev=1.1&content-type=text/plain
If it will be a problem for you to download it from given locations 
I can resend it to you in some compressed format. Choose one suitable
for you.

> The script sent via email can (and does) get wrapped by different mail
> readers/agents, and it becomes a pain to figure out where linebreaks
> should not be.
I didn't know about it. What mail client do you use?
I use Ximian Evolution from last RedHat distribution (8.0) and
although I hate MS Outlook I fallen in love to Ximian Evolution
which is very similar to that one from MS Windows.
It works really great.

regards
Artur Hefczyc
-- 
Artur Hefczyc   
[EMAIL PROTECTED]
http://wttools.sf.net/




Re: rpm

2002-11-19 Thread Greg Fenton
Artur,

Could you post the script to a website or something similar?

The script sent via email can (and does) get wrapped by different mail
readers/agents, and it becomes a pain to figure out where linebreaks
should not be.

Thanks in advance,
greg_fenton.


--- Artur Hefczyc <[EMAIL PROTECTED]> wrote:
>
> I sent this script few days ago to this list.
> 


=
Greg Fenton
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com



Re: rpm

2002-11-19 Thread Artur Hefczyc
Hi,

>  > I saw an RPM of the jde but the version was older. Is there a recent
>  > rpm? Thanks. It's really something useful to have because there are so
>  > many packages to load already.

I had similar problem to yours when I wanted to start to use JDEE package.
Additionally I use both windows+cygwin and Linux system almost the same
amount of time every day.
At last I created universal script for installing JDEE and all required
packages.
It downloads everything what is needed from internet and installs in proper
directories.
I try to keep it up-to-date and with every new JDEE release I applying
required
changes for JDEE and new packages.
So I can recommend you to use this script or just look in it to see how to
easily
install these libraries.
It works well on both windows+cygwin and Linux (redhat-8.0) and should work
well also in other environments with common bash and emacs installations.

I sent this script few days ago to this list.

regards
Artur Hefczyc
--
Artur Hefczyc
http://wttools.sf.net/





Re: JDE, TAB characters, HELP please !!!!

2002-11-19 Thread Artur Hefczyc
Hi,

here is my code which works well for me.
With this code I set indentation to 2 spaces.
TAB is set to 4 spaces length but I don't use 
TAB character for indentation because each
editor displays TABs differently.

I hope this helps you.

(defun my-jde-mode-hook ()
  (custom-set-variables
   '(c-basic-offset 2)
   '(tab-width 4 indent-tabs-mode nil)
   )
)
(add-hook 'jde-mode-hook 'my-jde-mode-hook)


> I want to have my standard indentation (in JDE mode) of Java code to
> be TAB, with the default indentation level of 2.
> 
> I try with:
> 
> (defun my-jde-mode-hook ()
>   (setq c-basic-indent 1) 
>   (setq tab-width 2)
> )
> (add-hook 'jde-mode-hook 'my-jde-mode-hook)
> 
> BUT it's NOT working !! WHY ??

regards
Artur Hefczyc
-- 
Artur Hefczyc
http://wttools.sf.net/





rpm

2002-11-19 Thread Paul Kinnucan
Myriam Abramson writes:
 > 
 > Hi!
 > 
 > I saw an RPM of the jde but the version was older. Is there a recent
 > rpm? Thanks. It's really something useful to have because there are so
 > many packages to load already. 
 > 

Hi Myriam,

I'm the JDEE's author. I'm a Window user primarily. I don't maintain
the JDEE RPMs nor do I know who does. You could try contacting the
developer of the version of Linux that you are using.

Paul




JDE, TAB characters, HELP please !!!! (more)

2002-11-19 Thread Joel Cordonnier
Hi !

I need to add that with the following:

(defun my-jde-mode-hook ()
  (setq c-basic-indent 1) 
  (setq tab-width 3)
  
)
(add-hook 'jde-mode-hook 'my-jde-mode-hook)

I have my Java code indentation of 4 characters long, with a TAB (3
characters long) and a simple space.


Thanks

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



JDE, TAB characters, HELP please !!!!

2002-11-19 Thread Joel Cordonnier
Hello jde,

I want to have my standard indentation (in JDE mode) of Java code to
be TAB, with the default indentation level of 2.

I try with:

(defun my-jde-mode-hook ()
  (setq c-basic-indent 1) 
  (setq tab-width 2)
)
(add-hook 'jde-mode-hook 'my-jde-mode-hook)

BUT it's NOT working !! WHY ??

-- 
Best regards,
 Joel  mailto:[EMAIL PROTECTED]

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



Re: Kind of off the subject

2002-11-19 Thread Alan Salewski
On Tue, Nov 19, 2002 at 04:05:53PM +0100, Artur Hefczyc spake thus:
> MessageHi,
> 
> Could you send more info about your problem?
> In particular:
> 1. full name of file you downloading.
> 2. what command you call for unpacking package 
> (please send details: command name with options).
> 3. full error message.
> 
> Maybe application you use for downloading unpacks file
> during download time and indeed you have file in 'tar' format
> instead of 'tar.gz' format.
> Check file size before (on the server) and after download.
> If differs try to change extension from tar.gz to tar and 
> use tar only.
> If downloaded file size is smaller than stored on the server
> it means it is truncated. You have troubles with downloading them.
> Change application for downloading files.
> 
> And last advice:
> you can try to use my JDEE installation script. It downloads
> last JDEE version and all necessary libraries, unpacks them,
> compiles and install in given directory.
> I sent it to this discussion list 2 days ago. If you have troubles
> with searching archives I can send it again to private e-mail 
> address.
> 
> I also use JDEE and all libraries on Linux box and have almost 
> no problems.

I'd just like to add to Artur's recommendation that you can use the
'file' command to get an idea of the file format; regardless of what the
file name is after downloading, you'll get different output for tar
files and gzip files:

ig88:/tmp$ file foo.tar 
foo.tar: GNU tar archive
ig88:/tmp$ gzip foo.tar 
ig88:/tmp$ file foo.tar.gz 
foo.tar.gz: gzip compressed data, deflated, original filename, `foo.tar', last 
modified: Tue Nov 19 10:20:50 2002, os: Unix


-Al

-- 
Alan D. Salewski, Programmer
Charles Jones, LLC
e-mail: [EMAIL PROTECTED]