schumacher - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
gnu.emacs.help 265
de.alt.sysadmin.recovery 143
ntu-kpi.rec.sport 24
gnu.emacs.sources 18
nl.motorfiets 17
it.arti.musica.classica 9
de.alt.soc.verschwoerung 7
it.hobby.home-cinema.titoli-dvd 6
rec.arts.animation 6
alt.nuke.the.usa 6
Last week most active authors
No posts for a week
Last active threads
have installed cygwin, & "its" emacs. dired shows only subtree, no "up"
Started David Combs · Date: Sep 20, 2008 10:01 · 12 post(s)
RE: How to simulate pressing a key
Started Drew Adams · Date: Sep 19, 2008 08:05 · 8 post(s)
How to get rid of *GNU Emacs* buffer on start-up?
Started Davin Pearson · Date: Sep 15, 2008 22:28 · 65 post(s)
RE: An elisp question
Started Drew Adams · Date: Sep 16, 2008 13:09 · 8 post(s)
Auto-Insertion of C/C++ #include-statements upon use of their symbols
Started Nordlöw · Date: Sep 17, 2008 08:04 · 6 post(s)
how to define delimiter ?
Started tomer · Date: Sep 15, 2008 23:42 · 3 post(s)
How to open a file in sh-mode
Started Francis Moreau · Date: Aug 14, 2008 00:53 · 8 post(s)
Re: Using utf-8 and only utf-8
Started Maurí­cio · Date: Aug 26, 2008 18:48 · 3 post(s)
Re: character error when using weblogger
Started Nikolaj Schumacher · Date: Sep 15, 2008 08:52 · 1 post(s)
German letters?
Started Astrid Kuhr · Date: Sep 15, 2008 02:00 · 5 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: have installed cygwin, & "its" emacs. dired shows only subtree, no "up"
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 20, 2008 12:25

... Combs) wrote: PS: glancing through the cygwin user-guide, I saw a bunch of stuff about having to use the mount command for something. (Yes, I'll end up studying it), but quickly, maybe, what's that all about? Is *that* how I'll get access to the *entire* of the C-disk, or something?) IIRC, the C drive should already be mounted to /cygdrive/c/. But I don't know why ^ wouldn't work... regards, Nikolaj Schumacher
Show full article (0.46Kb)
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: netawater
Date: Sep 20, 2008 07:43

Nikolaj Schumacher <me@nschum.de> writes: netawater <netstandin-003@yahoo.com.cn> wrote: I do not want to interactive call a function but call it like pressing ... might not work. Because if you bind your function to tab, you might be unable to retrieve the original binding. regards, Nikolaj Schumacher Thank you for pointing my error, :) I have bind tab's function to ^C^t before bind this function to TAB. Thanks...
Show full article (0.82Kb)
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 20, 2008 03:59

... to do something like thas (defun do-what-backspace-does () (interactive) (call-interactively (key-binding "\C-?"))) my aim is to binding a funtion to tab key in every mode: if cursor is at the end of word then call M-TAB's function, else call TAB's function. This, however, might not work. Because if you bind your function to tab, you might be unable to retrieve the original binding. regards, Nikolaj Schumacher
Show full article (0.63Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 20, 2008 03:51

Xah Lee <xah@xahlee.org> wrote: On Sep 19, 9:13 am, Nikolaj Schumacher <m...@nschum.de> wrote: We just call them (scratch) buffers. They provide all the same featuresXah's"untitled files" do. Really, the only differences... the scratch buffer). The scratch buffer itself isn't a usability problem. It's limitations are. So, if anything, you're improving the scratch buffer not scrapping it. regards, Nikolaj Schumacher
Show full article (2.69Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Chetan
Date: Sep 19, 2008 18:12

Xah Lee <xah@xahlee.org> writes: On Sep 19, 9:13 am, Nikolaj Schumacher <m...@nschum.de> wrote: We just call them (scratch) buffers. They provide all the same featuresXah's"untitled files" do. Really, the only differences are nomenclature, the way of creating them and the fact that one exists by default. That's not the only differences. I have given detail on other differences. Quote from my article: ...
Show full article (2.68Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Xah Lee
Date: Sep 19, 2008 17:02

On Sep 19, 9:13 am, Nikolaj Schumacher <m...@nschum.de> wrote: We just call them (scratch) buffers. They provide all the same featuresXah's"untitled files" do. Really, the only differences are nomenclature, the way of creating them and the fact that one exists by default. That's not the only differences. I have given detail on other differences. Quote from my article: http://xahlee.org/emacs/modernization_scratch_buffer....
Show full article (2.21Kb)
Re: An elisp question
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Oleksandr Gavenko
Date: Sep 19, 2008 11:17

Nikolaj Schumacher пишет: Incidentally, if anything, testing for t is more correct. :) The doc for `y-or-n-p' clearly states, it will return t for "yes". It could be extended to return 'cancel without changing the interface. Using any non-nil value as "yes" is indeed an assumption. (Not that it's likely to break, or that I haven't made that assumption myself...) Thanks, yes for some functions there may by side effect ...
Show full article (0.46Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 19, 2008 09:13

... merit in distinguishing between those two names. Oh, BTW emacs really is ment for people who know what they want to do and those people do not create untitled files Yes, we do. We just call them (scratch) buffers. They provide all the same features Xah's "untitled files" do. Really, the only differences are nomenclature, the way of creating them and the fact that one exists by default. regards, Nikolaj Schumacher
Show full article (0.87Kb)
Re: An elisp question
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 19, 2008 09:13

... intro. The yes-or-no-p thing was just an additional note. Incidentally, if anything, testing for t is more correct. :) The doc for `y-or-n-p' clearly states, it will return t for "yes". It could be extended to return 'cancel without changing the interface. Using any non-nil value as "yes" is indeed an assumption. (Not that it's likely to break, or that I haven't made that assumption myself...) regards, Nikolaj Schumacher
Show full article (0.86Kb)
Re: Auto-Insertion of C/C++ #include-statements upon use of their symbols
Group: gnu.emacs.help · Group Profile · Search for schumacher in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Sep 19, 2008 09:13

...-no-properties 1) t))))) My suggestion is to make Emacs call a function each time a character is inserted into buffer `pre-abbrev-expand-hook' is only called at the end of words, which might even be better. `after-change-functions' is called after every character. If any one is interested in using this add-ons I will gladly send it to you. I hope you'll release it eventually, though. regards, Nikolaj Schumacher
Show full article (1.53Kb)