* hi
@ 2002-06-06 4:39 Vikas
2002-06-06 10:20 ` hi Alexander Koptelov
0 siblings, 1 reply; 11+ messages in thread
From: Vikas @ 2002-06-06 4:39 UTC (permalink / raw)
I was wondering as to wot shud i do with my .emacs file so that when i
start a new program (mostly perl and C) , it automatically puts a comment
at the top with author name and author email??
Thanks for helping,
Vikas.
##############################################################
Vikas
Department of Computer Science & Engineering
State University of New York, University at Buffalo
Buffalo, NY 14260
http://www.cse.buffalo.edu/~vvikas
"A love affair with knowledge will never end in heartbreak"
##############################################################
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: hi
2002-06-06 4:39 hi Vikas
@ 2002-06-06 10:20 ` Alexander Koptelov
0 siblings, 0 replies; 11+ messages in thread
From: Alexander Koptelov @ 2002-06-06 10:20 UTC (permalink / raw)
Cc: help-gnu-emacs
You should add simething like the following in your .emacs file.
(add-hook 'c-mode-hook
(lambda ()
(unless (and
(buffer-file-name)
(file-exists-p (buffer-file-name)))
(insert "/*\n"
" * author: Vikas\n"
" * mailto:vvikas@cse.Buffalo.EDU\n"
" */\n"))))
This is for C-files.
If you're using cperl-mode to edit perl files, add almost the same text for
the cperl-mode-hook instead of c-mode-hook (of course, you should use proper
comments =)
HTH
--
Alexander Koptelov
Institute for System Programming, Russian Academy of Sciences
e-mail: steve@ispras.ru
icq: 36208499
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Hi
[not found] <mailman.1420.1113434768.2895.help-gnu-emacs@gnu.org>
@ 2005-04-13 23:49 ` Bob Hunter
0 siblings, 0 replies; 11+ messages in thread
From: Bob Hunter @ 2005-04-13 23:49 UTC (permalink / raw)
Susen wrote:
> Can I love you?
> 2005-4-14 6:58:06
Emacs has such a thing for you, babe. It's in the help menu; look under
psychotherapist...
^ permalink raw reply [flat|nested] 11+ messages in thread
* Hi
@ 2005-04-14 7:19 Susen
0 siblings, 0 replies; 11+ messages in thread
From: Susen @ 2005-04-14 7:19 UTC (permalink / raw)
Can I love you?
2005-4-14 6:58:06
^ permalink raw reply [flat|nested] 11+ messages in thread
* Hi
@ 2008-09-19 13:34 Guillauem Sorbier
2008-09-19 18:24 ` Hi Joost Diepenmaat
0 siblings, 1 reply; 11+ messages in thread
From: Guillauem Sorbier @ 2008-09-19 13:34 UTC (permalink / raw)
To: help-gnu-emacs
I ve passed emacs on qwerty but i want it on azerty who can i do it?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Hi
2008-09-19 13:34 Hi Guillauem Sorbier
@ 2008-09-19 18:24 ` Joost Diepenmaat
0 siblings, 0 replies; 11+ messages in thread
From: Joost Diepenmaat @ 2008-09-19 18:24 UTC (permalink / raw)
To: help-gnu-emacs
Guillauem Sorbier <guillaume.sorbier@gmail.com> writes:
> I ve passed emacs on qwerty but i want it on azerty who can i do it?
You generally want to configure your operating system so that you
computer uses the right keymap for all programs instead of just emacs.
--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
^ permalink raw reply [flat|nested] 11+ messages in thread
* hi
@ 2009-04-03 19:55 timur yildiz
2009-04-04 0:59 ` hi Nurullah Akkaya
2009-04-04 2:40 ` hi Ian Eure
0 siblings, 2 replies; 11+ messages in thread
From: timur yildiz @ 2009-04-03 19:55 UTC (permalink / raw)
To: help-gnu-emacs
I'm having a hard time installing emacs on my mac osx computer. I have downloaded a few files called emacs-21.4a.tar emacs-22.1.tar and emacs-22.2.tar but I can't seem to bring up a text editor or install anything I followed the download link off cprogrammintgools.com is there any other thing I should do?
T Yildiz
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: hi
2009-04-03 19:55 hi timur yildiz
@ 2009-04-04 0:59 ` Nurullah Akkaya
2009-04-04 2:40 ` hi Ian Eure
1 sibling, 0 replies; 11+ messages in thread
From: Nurullah Akkaya @ 2009-04-04 0:59 UTC (permalink / raw)
To: ty_yildiz; +Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
On Fri, Apr 3, 2009 at 10:55 PM, timur yildiz <ty_yildiz@yahoo.com> wrote:
>
> I'm having a hard time installing emacs on my mac osx computer. I have
> downloaded a few files called emacs-21.4a.tar emacs-22.1.tar and
> emacs-22.2.tar but I can't seem to bring up a text editor or install
> anything I followed the download link off cprogrammintgools.com is there
> any other thing I should do?
>
> T Yildiz
>
>
>
>
>
>
>
You can compile the latest version of Emacs from cvs.
Open up a terminal window and type
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
this will check out the latest version of emacs. under a folder named emacs.
cd emacs
./configure --with-ns
make -j2
make install
this will build a double clickable native os x application.
But before compiling anything check to make sure you have developer tools
installed.
These come with mac os x install cd's.
--
Nurullah Akkaya
http://nakkaya.com
[-- Attachment #2: Type: text/html, Size: 1417 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: hi
2009-04-03 19:55 hi timur yildiz
2009-04-04 0:59 ` hi Nurullah Akkaya
@ 2009-04-04 2:40 ` Ian Eure
1 sibling, 0 replies; 11+ messages in thread
From: Ian Eure @ 2009-04-04 2:40 UTC (permalink / raw)
To: ty_yildiz; +Cc: help-gnu-emacs
On Apr 3, 2009, at 12:55 PM, timur yildiz wrote:
>
> I'm having a hard time installing emacs on my mac osx computer. I
> have downloaded a few files called emacs-21.4a.tar emacs-22.1.tar
> and emacs-22.2.tar but I can't seem to bring up a text editor or
> install anything I followed the download link off
> cprogrammintgools.com is there any other thing I should do?
>
See http://www.emacswiki.org/emacs/EmacsForMacOS
I'd recommend either Carbon Emacs, Aquamacs, or my nightly CVS builds: http://atomized.org/wp-content/cocoa-emacs-nightly/
They’re all OS X-friendly, drag-and-drop installs.
- Ian
^ permalink raw reply [flat|nested] 11+ messages in thread
* hi
@ 2023-04-09 4:43 rxy
0 siblings, 0 replies; 11+ messages in thread
From: rxy @ 2023-04-09 4:43 UTC (permalink / raw)
To: help-gnu-emacs
^ permalink raw reply [flat|nested] 11+ messages in thread
* hi
@ 2023-04-09 4:43 rxy via Users list for the GNU Emacs text editor
0 siblings, 0 replies; 11+ messages in thread
From: rxy via Users list for the GNU Emacs text editor @ 2023-04-09 4:43 UTC (permalink / raw)
To: help-gnu-emacs
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-04-09 4:43 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1420.1113434768.2895.help-gnu-emacs@gnu.org>
2005-04-13 23:49 ` Hi Bob Hunter
2023-04-09 4:43 hi rxy via Users list for the GNU Emacs text editor
-- strict thread matches above, loose matches on Subject: below --
2023-04-09 4:43 hi rxy
2009-04-03 19:55 hi timur yildiz
2009-04-04 0:59 ` hi Nurullah Akkaya
2009-04-04 2:40 ` hi Ian Eure
2008-09-19 13:34 Hi Guillauem Sorbier
2008-09-19 18:24 ` Hi Joost Diepenmaat
2005-04-14 7:19 Hi Susen
2002-06-06 4:39 hi Vikas
2002-06-06 10:20 ` hi Alexander Koptelov
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).