1 Jan 2007 01:20
1 Jan 2007 01:26
1 Jan 2007 02:15
Re: How do I switch between buffers using keyboard shortcut?
Matthew Flaschen <matthew.flaschen <at> gatech.edu>
2007-01-01 01:15:32 GMT
2007-01-01 01:15:32 GMT
Someone just asked this, but I'll give you my take. The standard way is C-x-b , then type the buffer name or press enter for the default. If you install swbuff (http://www.emacswiki.org/cgi-bin/wiki/SwBuff), then add the below to your .emacs file, those shortcuts will work. Tell me if you need more help: (require 'swbuff) (global-set-key [?\C-x left] 'swbuff-switch-to-previous-buffer) (global-set-key [?\C-x right] 'swbuff-switch-to-next-buffer) Matthew Flaschen Logan Lee wrote: > Logan Lee <10464307 <at> uts.edu.au> writes: > >> C-left or C-right don't work for me. :? > what I meant was C-x left or C-x right. they don't work.
_______________________________________________ help-gnu-emacs mailing list help-gnu-emacs <at> gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
1 Jan 2007 02:42
Re: How do I switch between buffers using keyboard shortcut?
Charles philip Chan <cpchan <at> sympatico.ca>
2007-01-01 01:42:05 GMT
2007-01-01 01:42:05 GMT
On 31 Dec 2006, 10464307 <at> uts.edu.au wrote:
> what I meant was C-x left or C-x right. they don't work.
What is the output of:
C-h k C-x <left>
and
C-h k C-x <right>
?
Charles
--
--
if(ct<0)
ct=2; /* Shit happens.. */
linux-2.6.6/drivers/net/wan/z85230.c
1 Jan 2007 02:48
Re: What's wrong with this lisp code in my init file?!
Endless Story <usable.thought <at> gmail.com>
2007-01-01 01:48:41 GMT
2007-01-01 01:48:41 GMT
I love all this lisp stuff. I left my Gnu Emacs LISP book (paid-for version) at a different house, but I may go ahead and print out the PS version from the Web. However, solving my problem turned out to be much simpler, basically because of a dumb error. After some fumbling around I realized that the Cygwin setup just needs - (setq printer-name "//defuse/Printer2") (setq ps-printer-name t) - for postscript printing, and doesn't need to call to gsprint - some kind of postscript translation is already built into Cygwin. So my total code snippet that keeps both Windows Emacs and Cygwin console Emacs happy looks like this: (setq printer-name "//defuse/Printer2") (setq ps-printer-name t) (if (eq window-system 'w32) (setq ps-lpr-command "c:/Program Files/Ghostgum/gsview/gsprint.exe"))
1 Jan 2007 02:50
Re: How do I switch between buffers using keyboard shortcut?
Charles philip Chan <cpchan <at> sympatico.ca>
2007-01-01 01:50:17 GMT
2007-01-01 01:50:17 GMT
Oops sorry, just realize that you are using an Emacs version < 22.0.50. These binding won't work. Charles -- -- panic("Damn it Jim! I'm a doctor, not a programmer! " "Oh, wait a sec, I am a programmer. " "And, who's Jim?!?!\n" "Arrgghh! We've done it again!\n"); linux-2.6.6/drivers/message/fusion/mptlan.c
1 Jan 2007 03:21
Re: "MIT/GNU/Linux"
Tim X <timx <at> nospam.dev.null>
2007-01-01 02:21:03 GMT
2007-01-01 02:21:03 GMT
Giorgos Keramidas <keramida <at> ceid.upatras.gr> writes: > On Sat, 30 Dec 2006 11:28:50 +1100, Tim X <timx <at> nospam.dev.null> wrote: >>Giorgos Keramidas <keramida <at> ceid.upatras.gr> writes: >>> First of all, there are other examples where "parts" have a different >>> name from the "whole". Consider for example the fine difference >>> between "SunOS" and "The Solaris Operating Environment" :) >> >> Can you expand on this point? > > "Solaris" is considered to be the "SunOS" operating system, plus a > graphical user environment, and a few other components. > >> I'm asking as this seems to contradict what I was told by Sun and >> other sys admins and recall reading some years ago. My understanding >> is that sunOS was what Sun called the operating system they had prior >> to Solaris. > > "SunOS" 4.X was BSD-based. Sun replaced the BSD-based core of the > system with a System V derivative, creating SunOS release 5.0. At the > same time, a new marketing name was introduced for SunOS 5.0 and it > accompanying set of components. This name was "Solaris 2". > >> When they brought out Solaris, they faced a bit of industry resistance >> and released SunOS (I can't remember, but think it might have been >> v4.5 or v5.4 or something like that), which was essentially the same >> as solaris (v2.3?). > > There is a nice table of Solaris vs. SunOS versions here: >(Continue reading)
1 Jan 2007 03:45
Re: "MIT/GNU/Linux"
Tim X <timx <at> nospam.dev.null>
2007-01-01 02:45:59 GMT
2007-01-01 02:45:59 GMT
Giorgos Keramidas <keramida <at> ceid.upatras.gr> writes: > On Sun, 31 Dec 2006 13:36:52 +1100, Tim X <timx <at> nospam.dev.null> wrote: >> The CS department at the University I worked at in '94 was already >> starting to make a bit of a 'big deal' about the fact they were moving >> to open source then and even started using the term in their publicity >> in '94/95. All PCs in the CS labs were running slackware at that time >> (but to be honest, a fair part of this was because MS Win 31 and DOS >> were just crippled pretend OSs at that time and even early, limited >> and buggy GNU Linux was better). > > Heheheh! I know the feeling :) > The really sad thing is that the department, due to mainly economic pressure, has moved from core comp. sci. courses to more of what I would call IT courses. All the academics are now windows users and from talking with the sys admin who is still there, instead of getting really interesting questions or projects, such as setting up a beowulf cluster or helping to improve new signal processing algorithms or hardware designs etc, the questions/problems are now basic end-user support problems, like how do I configure outlook or why won't my anti-virus software run etc. Where once upon a time there was a number of what would be called emacs "power users" who would often be swapping bits of elisp and writing custom elisp packages to use in the department, its now just office documents, abstract misguided ramblings about DRM, ebusiness and enterprise management! Tim(Continue reading)
1 Jan 2007 03:56
Re: Recommend an email index tool for Emacs?
Tim X <timx <at> nospam.dev.null>
2007-01-01 02:56:33 GMT
2007-01-01 02:56:33 GMT
"Charles philip Chan" <cpchan <at> sympatico.ca> writes: > On 31 Dec 2006, sdl.web <at> gmail.com wrote: > >> It seems Gnome is adopting another tool -- tracker (doesn't depend on >> Gnome at all). It is new, so there isn't an Emacs interface to it. > > I have heard about Tracker, but I haven't read up on it until now- it > looks interesting. I am glad that Gnome is going to adopt > freedsektop.org's Tracker instead of sticking with Beagle (which I have > no kind words for). > I must admit feeling a bit the same. At first, I thought beagle was going to be good, but I'm not that impressed wiht it and it wouldn't support my VM mail folders. I'm also not impressed with Novell's "deal" with MS over patents and wonder about the future of mono. Now I'm off to check out Tracker! Tim -- -- tcross (at) rapttech dot com dot au
1 Jan 2007 09:23
Re: Recommend an email index tool for Emacs?
Leo <sdl.web <at> gmail.com>
2007-01-01 08:23:35 GMT
2007-01-01 08:23:35 GMT
* Tim X. (2007-01-01 13:56 +1100) said: ^^^^^^ > "Charles philip Chan" <cpchan <at> sympatico.ca> writes: > >> On 31 Dec 2006, sdl.web <at> gmail.com wrote: >> >>> It seems Gnome is adopting another tool -- tracker (doesn't depend on >>> Gnome at all). It is new, so there isn't an Emacs interface to it. >> >> I have heard about Tracker, but I haven't read up on it until now- it >> looks interesting. I am glad that Gnome is going to adopt >> freedsektop.org's Tracker instead of sticking with Beagle (which I have >> no kind words for). >> > > I must admit feeling a bit the same. At first, I thought beagle was > going to be good, but I'm not that impressed wiht it and it wouldn't > support my VM mail folders. I'm also not impressed with Novell's > "deal" with MS over patents and wonder about the future of mono. > > Now I'm off to check out Tracker! > > Tim Glad you like it. It includes a cli tool `tracker-search'. -- -- Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)(Continue reading)



RSS Feed