Merger Notice

2005-07-19 Thread PitBOSS ENT.
Next Press On PitBOSS Entertainment (PBSS) 7.20.05 Karma Media and Summit Entertainment Group Announce Merger Resulting entity to be called PitBOSS Entertainment, Inc. (OTCBB: PBSS) Houston, TX - Monday, July 18, 2005 - Karma Media, Inc. http://www.karmamedia.com (otcbb:KRMA) and Summit Entert

debugger frontend

2005-07-19 Thread Baloff
Hello After a year, I am coming back to emacs, getting to remember all the commands and packages I used coding c++. One package I just can’t remember to activate which is a c++ code debugger, it added a watch window for all the variables I am stepping through, it was very flexible, I think it

Re: compile/run a code from emacs

2005-07-19 Thread Baloff
N. Raghavendra wrote: At 2005-07-19T04:46:28-07:00, Baloff wrote: N. Raghavendra wrote: In your source files, specify the value of the variable `compile-command' like this: /* * Local Variables: * mode: c * compile-command: "make && ./project1" * End: */ do you mean to put the above 4

Re: find-file, default path

2005-07-19 Thread Kevin Rodgers
Jan Guido Donath wrote: > is it possible to pass find-file a default path? > i do have all my files in a certain directory, but find-file aka C-x C-f > always starts where the emacs bins are located. No, find-file always prompts with the current directory. When you have visited one of the files

Re: find-file, default path

2005-07-19 Thread Lennart Borgman
Alex Schroeder wrote: Jan Guido Donath schrieb: is it possible to pass find-file a default path? i do have all my files in a certain directory, but find-file aka C-x C-f always starts where the emacs bins are located. Just start emacs from a different directory or with a different "wo

Re: find-file, default path

2005-07-19 Thread Alex Schroeder
Jan Guido Donath schrieb: > is it possible to pass find-file a default path? > i do have all my files in a certain directory, but find-file aka C-x C-f > always starts where the emacs bins are located. Just start emacs from a different directory or with a different "working directory". Alex.

Re: find-file, default path

2005-07-19 Thread Joe Corneli
Since `find-file' takes an argument, all you have to do is build the argument using the default path and then pass the argument to `find-file'. The way to make this easy is to use `read-file-name'. E.g. some variant on (defun find-file-home-directory () (interactive) (find-file (read-file-nam

Re: defun not working

2005-07-19 Thread Stefan Monnier
> (defun edo-vertical-to-horizontal () > (interactive) > (let ((one-buf (window-buffer (selected-window > (other-window 1) > (delete-other-window) > (split-window-horizontally) > (switch-to-buffer one-buf)) Go to the first open-paren and press C-M-q that will make your code more readable, espe

Re: different font-lock faces for different modes

2005-07-19 Thread Stefan Monnier
> (add-hook 'lisp-mode-hook >(lambda () > (set (make-local-variable font-lock-comment-face) ugly-face))) ^^^ ' And there was probably a quote missing in front of `ugly-face' as well.

find-file, default path

2005-07-19 Thread Jan Guido Donath
hi, is it possible to pass find-file a default path? i do have all my files in a certain directory, but find-file aka C-x C-f always starts where the emacs bins are located. greets, guido ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://

Re: Recognising Symbolic Links under Windows XP

2005-07-19 Thread Mathias Dahl
[EMAIL PROTECTED] writes: > I was recently using Emacs under Gnu/Linux where I learnt about > symbolic links and how useful they are. > > These days I am mainly using Emacs under Windows XP so I wondered if > it was possible for Emacs to recognise Windows-style symbolic links > (*.lnk files) FYI,

Re: Recognising Symbolic Links under Windows XP

2005-07-19 Thread LENNART BORGMAN
From: [EMAIL PROTECTED] > To Richard Stallman and others... > > I have been using Emacs for years and in my opinion it is > something of > a religion! > > I was recently using Emacs under Gnu/Linux where I learnt about > symbolic links and how useful they are. > > These days I am mainly using

Recognising Symbolic Links under Windows XP

2005-07-19 Thread davin . pearson
To Richard Stallman and others... I have been using Emacs for years and in my opinion it is something of a religion! I was recently using Emacs under Gnu/Linux where I learnt about symbolic links and how useful they are. These days I am mainly using Emacs under Windows XP so I wondered if it was