"Drew Adams" <[EMAIL PROTECTED]> writes:
> I got the doremi-frm.el from
> http://www.emacswiki.org/cgi-bin/emacs/doremi-frm.el by
> clicking on the download, which opened a new page with the file in it,
> then I copy and past into the scratch buffer, saved it in
> /usr/share/em
Neon Absentius <[EMAIL PROTECTED]> writes:
> On Mon, Sep 05, 2005 at 07:10:54PM +1000, Baloff wrote:
> > C-u M-x then inserted the output not in the mini-buffer but in a
>
> > buffer.
>
> No.
>
> C-u provided the universal argument to the command th
Neon Absentius <[EMAIL PROTECTED]> writes:
> On Sun, Sep 04, 2005 at 08:20:12PM +1000, Baloff wrote:
>
> > btw, how do you inserted the output of M-x emacs-version in a buffer,
> > I mean the whole output which showed in my mini-buffer.
>
> By giving it a pre
Baloff <[EMAIL PROTECTED]> writes:
> Hello
>
> I hope someone would tell me why M-x load-file RET doremi
> is not loading the doremi-frm.el file even though the file is located in a
> directory
> listed in load-path's value in C-h v load-path is
> "/usr/
I have searched near and far for a function which can replace spaces
to new lines, so that I can use it to list the output of my load-path
in lines instead of a long line of paths.
is there a way to do this?
thanks
> LocalWords: long
___
Help-
Neon Absentius <[EMAIL PROTECTED]> writes:
> On Sun, Sep 04, 2005 at 09:22:16AM +1000, Baloff wrote:
>
> > Neon Absentius <[EMAIL PROTECTED]> writes:
> >
> > > On Sat, Sep 03, 2005 at 06:03:03PM +1000, Baloff wrote:
> > >
> > > > Hell
Hello
I learned that emacs searches directly in the order in which they
appear in load-path, the first 2 items in my case is
load-path's value is
("/usr/independ_packages/cedet-1.0pre3/common/icons"
"/usr/independ_packages/cedet-1.0pre3/semantic/wisent"
...
isn't better that it searches its def
Neon Absentius <[EMAIL PROTECTED]> writes:
> On Sat, Sep 03, 2005 at 06:03:03PM +1000, Baloff wrote:
>
> > Hello
> >
> > I have been trying to find the name of the variable to change file
> > association with an application. according to the book I am reading
Hello
I hope someone would tell me why M-x load-file RET doremi
is not loading the doremi-frm.el file even though the file is located in a
directory
listed in load-path's value in C-h v load-path is
"/usr/share/emacs/21.4/site-lisp"
I don't think it has something to do with me being logged in as
[EMAIL PROTECTED] writes:
> Hi,
>
> I hope someone can point me to a download location for emacs 21.4
> binray for MS windows. I've looked at ftp.gnu.org and it strangely
> enough still only has binaries for emacs 21.3. Any other suggestions?
>
> Thanks!
>
> Sunil
try
http://www.gnu.org/softwa
Hello
I have been trying to find the name of the variable to change file
association with an application. according to the book I am reading
it is called Dired-view-command-alist. but not in emacs 21.4a-1 under
Debian. does any one know what the name of the variable is.
I tried C-h [a to z] for n
Tim X <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> writes:
>
> > Hello
> > in my Xresources I have
> >
> > emacs*Background: Black
> > emacs*Foreground: White
> > emacs*pointerColor: White
> > emacs*cursorColor: White
>
Hello
I am building a macro using edit-kbd-macro.
**
C-x C-f ;; find-file
E ;; self-insert-command
TAB ;; c-indent-command
T ;; self-insert-command
2*TAB ;; c-indent-comma
Pascal Bourguignon <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> writes:
>
> > Hello
> >
> > in trying to change my shell prompt, I created a file .emacs_bash
> > since my shell is bash
> > $which bash
> > /bin/bash
> >
Hello
in trying to change my shell prompt, I created a file .emacs_bash
since my shell is bash
$which bash
/bin/bash
when I M-x shell
I still don't get the new prompt I specified in the file .emacs_bash
thanks for helping
___
Help-gnu-emacs mailing lis
Hello
C-x 5 2
C-x 5 o
does not move the cursor to the other frame. once I finish writing the
command it shows "C-x 5 o" in the mini-buffer of the other window but
the cursor stays in the first window. my emacs version is 21.4a-1
under Debian testing.
another thing, does C-x 5 o suppose to work e
Angelina Carlton <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> writes:
>
> >
> > the last line I changed from 80x40 but no changes happened when I
> > restarted emacs.
>
> Xresources is read once when you log into X.
> Log in again to re
oops, how did this happen, sorry
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
Hello
coding in C++, I have a linked list to store int, but when I store
double it is not working and I tried to find out why but could not,
thanks for looking at this problem
output
@debian:~/Exercies/ThinkingInC++/Vol1/4thCh/7$ ./pr
Hello
in my Xresources I have
emacs*Background: Black
emacs*Foreground: White
emacs*pointerColor: White
emacs*cursorColor: White
emacs*bitmapIcon: on
emacs*font: fixed
emacs*geometry: 160x80
the last line I changed from 80x40 but no changes happened when I
restarted emacs.
isn't suppose to work
(hs-minor-mode 1) ;for block hide/show
(c-set-style "mc394-style")))
in .emacs-mc394 I have
(local-set-key [f4] "[EMAIL PROTECTED]") ;toggles block hide/show
> Jason Dufair wrote:
>
> > Baloff <[EMAIL PROTECTED]> writes:
> >>in a .ema
Hello
reading GNU Emacs by O'Reilly, in the buffer list, m to mark 2 of the
buffers I would like to show, then x which suppose to execute the
selection, but according to my C-h m while in the buffer list shows
that x -- delete or save marked buffers.
I am working with 21.4a-1, 21.3.5 is what the
Alan Mackenzie <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> wrote on 24 Aug 2005 06:00:22 +1000:
>
> > Hello
> > I tried to find out how to do this expand/collapse the code into {...}
> > from the info docs but it is not there. could someone hel
Hello
say one has 20 buffers in C-x C-b.
is there an emacs goody out there which would allow you to choice by
just typing a number from 1 to 20, something like the way info pages
Menu can be selected with the 5th and 9th item marked differently.
thanks
___
Hello
is there any way I can use regex in abbreviation when sitting up my
list?
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
Jason Dufair <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> writes:
>
> > M-x gnus or even M-x 5 2 gnus, the frame or both frames freeze till it
> > finishes downloading the articles, then I can use emacs, is that the
> > way it is?
>
>
Sébastien Kirche <[EMAIL PROTECTED]> writes:
> At 10:08 on aoû 23 2005, Baloff said :
>
> > I am looking for Options -> Show/Hide -> Tool-bar.
> > not here, any body knows where they went
> > here is my Options menu.
>
> I don't know where your
Hello
I tried to find out how to do this expand/collapse the code into {...}
from the info docs but it is not there. could someone help please.
another point:
M-x gnus or even M-x 5 2 gnus, the frame or both frames freeze till it
finishes downloading the articles, then I can use emacs, is that the
Hello
I am looking for Options -> Show/Hide -> Tool-bar.
not here, any body knows where they went
here is my Options menu.
Emacs 21.4.1
Possible completions are:
s==>Syntax Highlighting (Global Font Lock mode)
a==>Active Region Highlighting (Transient Mark mode)
p==>Paren Match Highlighting (Show
Jay Belanger <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> writes:
> ...
>
> > using emacs-calc "Embedded Mode", I tried it on my *scratch* buffer,
> > not working, here is what it does.
> > I copied this region from the in
Hello
please point to the right group if this does not belong here.
using emacs-calc "Embedded Mode", I tried it on my *scratch* buffer,
not working, here is what it does.
I copied this region from the info buffer to do a demo
The derivative of
ln(ln
Hello
I am trying to define an abbrev, after reading in the info docs I went
to try it, works. but, how can I use
'beginning of line character''pound symbol''the letter i' as an
abbrev. I am trying to expand
#i
to
#include
only when typed at the beginning of a line.
it will not work, it will on
Kevin Rodgers <[EMAIL PROTECTED]> writes:
> Baloff wrote:
>
> > (global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c b
> > (global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c p
> >
> > I get symbol function defini
Hello
when I create a new .cpp file, considering that I have in my .emacs
(add-hook 'c++-mode-hook
'(lambda ()
(turn-on-auto-fill) ;;Insert a newline if line gets to long.
(c-toggle-auto-state 1) ;;Make ; and { and } and : all electric
(c-set-style
> put (requrie 'minibuf-isearch) in my /.emacs
>
> If you spelled require that way, then you need to correct it.
no, it is a typo here only.
>
> M-x C-r
> M-x (isearch) [shell] then type m but it does not bring up the command
> which has
Matthieu Moy <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> writes:
>
> > Hello
> > is there a way to search the command line as you type each char and
> > display the result so you can execute the found command with similar
> > ease as the
Hello
is there a way to search the command line as you type each char and
display the result so you can execute the found command with similar
ease as the shell
$C-r start typing
thanks
ps. C-h a "some key words" did not reveal any thing related
___
Henrik Enberg <[EMAIL PROTECTED]> writes:
> > From: Baloff <[EMAIL PROTECTED]>
> > Date: 11 Aug 2005 07:13:14 +1000
> >
> > I need to add this (/var/lib/dpkg/info/) to the list in the variable
> > (Info-directory-list)
>
> No you don't. Tha
Drew Adams wrote:
> how do I insert the scratch buffer at point.
"how do I": C-h a(`apropos-command')
"insert": C-h a insert (then search for "buffer")
"buffer": C-h a buffer (then search for "insert")
Command found: `insert-buffer'
Will it help? `C-h f insert-buffer':
"Ins
how do I insert the scratch buffer at point.
say I am writing a post and want to insert whatever I wrote in my
scratch buffer.
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
Peter Dyballa <[EMAIL PROTECTED]> writes:
> Am 10.08.2005 um 10:15 schrieb Baloff:
>
> > $info gcc puts out the info pages.
> > but in emacs C-h i m gcc does not show anything about gcc.
> > any problem I need to fix to see the info for gcc.
> >
>
>
Lennart Borgman <[EMAIL PROTECTED]> writes:
> Joe Corneli wrote:
>
> > >(global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c b
> > >(global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c p
> > > >I get symbol function definition is void ...
> > > > That is to be expected.
Joe Corneli <[EMAIL PROTECTED]> writes:
>Hello
>
>(global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c b
>(global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c p
>
>I get symbol function definition is void ...
>
> That is to be expected.
>
why then this work:
(Global-set-key "
Hello
(global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c b
(global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c p
I get symbol function definition is void ...
another point:
$info gcc puts out the info pages.
but in emacs C-h i m gcc does not show anything about gcc.
any problem I need to
Jens Kubieziel wrote:
* Baloff schrieb am 2005-08-07:
what about inserting a command output
say you are writing a post, or in the scratch buffer and want to type
the output of a shell command. like $ls or whatever.
C-u M-! RET
both
C-u M-! and
M-1 M-!
work, now, why is the waste binding
C-x i filename
what about inserting a command output
say you are writing a post, or in the scratch buffer and want to type
the output of a shell command. like $ls or whatever.
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gn
Kevin Rodgers <[EMAIL PROTECTED]> writes:
> Baloff wrote:
>
> > I have this line in my .emacs
> >
> > (setq default-major-mode 'text-mode) ;new buffers are text mode
> >
> > when I start emacs, it opens up a scratch buffer in (Lisp Intera
Christian Plate wrote:
Baloff <[EMAIL PROTECTED]> writes:
when I copy using the mouse, from a c++ mode frame to text-mode frame,
it keeps the same font color of the text I am pasting, how can I make
it to change the text color to that which is the default for the frame
it is being paste
Hello
when I copy using the mouse, from a c++ mode frame to text-mode frame,
it keeps the same font color of the text I am pasting, how can I make
it to change the text color to that which is the default for the frame
it is being pasted into.
thanks
___
Hello
I have this line in my .emacs
(setq fill-column 70) ;Text lines limited to 70 chars
but it does not go to new line when I excced the 70 char limit.
how do I get it to do this.
this is helpful in psoting since most of you reading posts can display
70 char with out having to
Hello
I have this line in my .emacs
(setq default-major-mode 'text-mode);new buffers are text mode
when I start emacs, it opens up a scratch buffer in (Lisp Interaction)
in the mode line. shouldn't that be text mode since the line above is
in the .emacs.
if not, how do I get emacs to start
hello
I am reading the info pages, now, I want to display another frame
which has a different topic, M-x 3 m moves both frames to the last
displayed screen.
any idea how to do this.
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://li
Hello
I am getting an error when I first start emacs, it happed after I change a
line in my .emacs
from >>
(load-file "/usr/share/emacs/site-lisp/cedet-common/cedet.el")
to >>
(load-file "/usr/independ_packages/cedet-1.0pre3/common/cede
Hello
using the shell in emacs
$ls -l
-rw-r--r-- 1 sam sam319 Jul 31 13:00 [0mmain.cpp[0m
to remove those strange character around the filename I
M-: (ansi-color-apply-on-region (point-min) (point-max))
I have currently in my .emacs this function which removes
all the ^M from text whic
"Drew Adams" <[EMAIL PROTECTED]> writes:
>
>
> Mouse Commands for Editing
> ==
> ...
>If you select a region with any of these mouse commands, and then
> immediately afterward type the function key, it deletes the
> region that you selected
Alan Mackenzie <[EMAIL PROTECTED]> writes:
> Baloff <[EMAIL PROTECTED]> wrote on 31 Jul 2005 05:29:34 +1000:
>
> > Hello
>
> A study which I earnestly urge you to embark upon. Lisp is a much nicer,
> more regular language than C or C++, and higher level, too.
i
Emilio Lopes <[EMAIL PROTECTED]> writes:
> Baloff bi.edu.gr> writes:
>
> > I did
> > $script somefile
> > $ls
> > $exit
> > $cat somefile
> > shows the output of $ls
> >
> > in emacs, C-x C-f somefile
> > the output of $l
Hello
I was reading the node on the mouse commands, this is not working,
Mouse Commands for Editing
==
...
If you select a region with any of these mouse commands, and then
immediately afterward type the function key, it deletes the
region that you selected.
I mouse
bd "M-h C-c C-c")) ;comment region
(global-set-key [f8] (kbd "M-h C-u C-c C-c")) ;uncomment region
(global-set-key [f11] 'compile) ;compiles a program
(global-set-key [f12] 'clipboard-kill-ring-save);copy marked region to Primary
Selection, M-w copies to C
Eli Zaretskii <[EMAIL PROTECTED]> writes:
> > From: Baloff <[EMAIL PROTECTED]>
> > Date: 29 Jul 2005 14:24:37 +1000
> >
> > I am trying to change the font size.
> > after reading in info info on how to seach the info. I was able to
> > find in in
Alan Mackenzie <[EMAIL PROTECTED]> writes:
> Robert Marshall <[EMAIL PROTECTED]> wrote on Thu, 28 Jul
> 2005 21:06:20 +0100:
>
> > On Thu, 28 Jul 2005, Alan Mackenzie wrote:
>
> >> Baloff <[EMAIL PROTECTED]> wrote on 28 Jul 2005 15:20:51 +1000:
>
Hello
I am trying to change the font size.
after reading in info info on how to seach the info. I was able to
find in info emacs ps-font-size should do it.
but when I type ps in the mini buffer I get
Possible completions are:
ps-despool ps-line-lengths
ps-mode
Hello
when I move my pointer to a braket, it highlight its marring braket.
but how can I get it to do the same with the ternary if-else operator (?:)
I hope this is a good group for this question otherwise please point
me.
--
say this .cpp file for
Baloff wrote:
Hello
I did
$script somefile
$ls
$exit
$cat somefile
shows the output of $ls
in emacs, C-x C-f somefile
the output of $ls, each item is listed between ^[[0m group of charactres
on both sided of each item.
so if I have an item like myFile, it would look ^[[0mmyFile^[[0m
thanks
Hello
I did
$script somefile
$ls
$exit
$cat somefile
shows the output of $ls
in emacs, C-x C-f somefile
the output of $ls, each item is listed between ^[[0m group of charactres
on both sided of each item.
so if I have an item like myFile, it would look ^[[0mmyFile^[[0m
thanks
Tim X wrote:
Baloff <[EMAIL PROTECTED]> writes:
Hello
C-x b to get the scratch buffer, so I can type an email, ops the mode
line shows (Lisp Interaction), well I need the mode assosiated with
.txt files, I remember when I open a file with .txt it had a (Text Fly
Fill) mode. now how
Hello
I know there is a list of emcas books on one of the emacs related site,
I came across it the other day, but nothing better than a user
recommendation.
I am not a "very" beginner, but a beginner in many ways, what is a good
user guide and a reference to keep in my library.
thanks
__
Hello
how can I find out what is the command to do somthing.
say I want to select "highlight" the current line to copy it to another
window.
do I (Set the mark and point around the current line) > M-w > change
window > C-y?
and btw, when you have many windows open, aren't they numbered so that
Hello
C-x b to get the scratch buffer, so I can type an email, ops the mode
line shows (Lisp Interaction), well I need the mode assosiated with .txt
files, I remember when I open a file with .txt it had a (Text Fly Fill)
mode. now how can I change this mode in the middle of my "writing the
em
Hello
my
M-x gdb
Run gdb (like this): gdb Exercies/ThinkingInC++/Vol1/C03/14/proj1
does not load the proj1,
a *gud-proj1* window opens up with this in it
Current directory is /home/sam/Exercies/ThinkingInC++/Vol1/C03/14/
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is fre
Hello
this is a command to apply chnages I just did to my .emacs to take
effect without having to reopen emacs. could someone say it?
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
Marc Tfardy wrote:
Baloff wrote:
Hello
ok, the title says it all, I cann't copy from emacs and paste into say
Mozilla or any other program and this is true from other programs to
emacs as well. what is the fix?
What OS? win? linux?
I suppose, you use M-w to copy and C-y to paste in
Hello
ok, the title says it all, I cann't copy from emacs and paste into say
Mozilla or any other program and this is true from other programs to
emacs as well. what is the fix?
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lis
Alan Mackenzie wrote
, and there's an extra parenthesis at the end, to balance the one opening
the defun. You seem to be using Mozilla on Windows NT. Have you been
having trouble copying and pasting text from Emacs into Mozilla?
I have 2 different pc, the emacs one not on line, Mozilla is on
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
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
N. Raghavendra wrote:
At 2005-07-18T05:06:09-07:00, Baloff wrote:
is there a way to just hit one key and it does "$make && ./project1"
for me?
In your source files, specify the value of the variable
`compile-command' like this:
/*
* Local Variables:
* mode: c
*
Hello
I have this in my ~/.emacs
(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))
upone M-x edo-vertical-to-horizontal
it actually do horizontal to
Hello there
I wrote a code and a makefile using emacs,
then I went to the shell "all in emacs" and $make then $./project1 to
run the program.
is there a way to just hit one key and it does "$make && ./project1" for me?
can someone help
thanks
___
Help-
Hello
to run a shell in the buffer. I am trying M-x which is holding the alt
key while pressing x but I am not getting the shell. I am comming back
to eamcs after a year or so, I need some refreshers.
thanks
___
Help-gnu-emacs mailing list
Help-gnu-e
80 matches
Mail list logo