PC-Speaker bips when I Cut (C-o)

2005-07-07 Thread Paminu
When I select some text and cut it C-o my PC-Speaker makes a bipHow do I disable this? ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

gnuserv error with emacs 21.3

2005-07-07 Thread kgold
I've been running gnuserv/gnuclient forever. After I upgraded my AIX 5.1 machine from 20.7 to 21.3, gnuserv fails every few days. Existing clients work fine, but I can't start new ones. The error is: gnuclient: Connection refused gnuclient: unable to connect to local ps indicates that a gnuser

bbdb be quiet

2005-07-07 Thread Joe Corneli
My BBDB configuration is below. I have `bbdb/mail-auto-create-p' which I think should mean that new bbdb records are created automatically, and I have `bbdb-always-add-addresses' set to `t', which I think should mean that new addresses are added for new people. However, when I'm browsing e.g. th

Re: Highlight Current Line

2005-07-07 Thread Lute Kamstra
"mirror" <[EMAIL PROTECTED]> writes: > How I can highlight the current line that I am editing..? > ie.. If I like to skip a line and put my cursor on the next line, it > should highlight that line. M-x hl-line-mode Lute. -- (spook) => "USCODE MP5K-SD quarter" (insert-file-contents "~/.signatur

Highlight Current Line

2005-07-07 Thread mirror
How I can highlight the current line that I am editing..? ie.. If I like to skip a line and put my cursor on the next line, it should highlight that line. Thanks. ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listin

Re: ILC2005: McCarthy denounces Common Lisp, "Lisp", XML, and Rahul

2005-07-07 Thread Pascal Bourguignon
Kevin Rodgers <[EMAIL PROTECTED]> writes: > Pascal Bourguignon wrote: > > Ivan Boldyrev <[EMAIL PROTECTED]> writes: > >>What about > >> > >>(add-hook 'emacs-startup-hook > >> (lambda () > >> (case window-system > >> ...))) > > > > (add-hook 'emacs-startup-hook > > (l

RE: C-x C-f in two frames -> "user minibuffer while in

2005-07-07 Thread Drew Adams
> Has anyone come up with any ways the recursive commands could be > better, or is it pretty much accepted that there's nothing that could > be done to improve them? one idea is to modify `mode-line-format' to indicate presence, level, or stack contents, of recursion. pre

Re: ILC2005: McCarthy denounces Common Lisp, "Lisp", XML, and Rahul

2005-07-07 Thread Kevin Rodgers
Pascal Bourguignon wrote: > Ivan Boldyrev <[EMAIL PROTECTED]> writes: >>What about >> >>(add-hook 'emacs-startup-hook >> (lambda () >> (case window-system >> ...))) > > (add-hook 'emacs-startup-hook > (lambda () > (message "setting up the keyboard") > (

Re: ILC2005: McCarthy denounces Common Lisp, "Lisp", XML, and Rahul

2005-07-07 Thread Pascal Bourguignon
Ivan Boldyrev <[EMAIL PROTECTED]> writes: > On 9162 day of my life Pascal Bourguignon wrote: [ Now, if anybody could explain me why it doesn't work automatically when I put this in my ~/.emacs: (case window-system ((nil) (message "houra")

Re: ILC2005: McCarthy denounces Common Lisp, "Lisp", XML, and Rahul

2005-07-07 Thread Ivan Boldyrev
On 9162 day of my life Pascal Bourguignon wrote: >>> [ Now, if anybody could explain me why it doesn't work automatically >>> when I put this in my ~/.emacs: >>> >>> (case window-system >>> ((nil) >>>(message "houra") >>>(normal-erase-is-backspace-mode)) ; never works :-

Re: C-x C-f in two frames -> "user minibuffer while in

2005-07-07 Thread Thien-Thi Nguyen
don provan <[EMAIL PROTECTED]> writes: > Has anyone come up with any ways the recursive commands could be > better, or is it pretty much accepted that there's nothing that could > be done to improve them? one idea is to modify `mode-line-format' to indicate presence, level, or stack contents, of

Re: C-x C-f in two frames -> "user minibuffer while in

2005-07-07 Thread don provan
Miles Bader <[EMAIL PROTECTED]> writes: > don provan <[EMAIL PROTECTED]> writes: > >> It apparently confuses beginners greatly when they accidentally end up > >> with a recursive minibuffer. > > > > Apparently? You really mean to say it's never confused you? I'm > > impressed. > > Well of course