Re: question to `case'

2005-03-23 Thread Barry Margolin
an not work but my question is: What is right > notation? Use 'cond' instead: (let ((type (tree-node->type node))) (cond (eq type my-bucket-node-type) ...) (eq type my-tag-node-type) ...))) -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions

Re: Want to stop indenting when paragraph begins with tab

2005-04-05 Thread Barry Margolin
27;ll work for me if I can just > find out where to put it. See the variable adaptive-fill-mode, as well as all the other variables that begin with "adaptive". -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***

Re: End of file during parsing?

2005-04-10 Thread Barry Margolin
n $*; > do > if ( grep ^/ <<< $FILE ) || ( grep ^~ <<< $FILE ); then > CMDLINE="$CMDLINE (find-file-other-frame \"$FILE\")"; > else > CMDLINE="$C

Re: byte-compiling .emacs

2005-04-11 Thread Barry Margolin
rhaps I'm > > Joe> the one who should change... > > > > If you don't byte-compile it at all, then it won't. > > And of course remove the .elc file. But if you don't byte-compile it at all, where would that file have come from? -- Barry Margolin, [E

Re: simgle repeat?

2005-04-11 Thread Barry Margolin
anyway to have anything like it in emacs? The repeat command, on C-x z. -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Defadvice use

2005-04-18 Thread Barry Margolin
he external value should change > => nil; it now unexpectedly doesn't You're looking at the plist of a different symbol. test1 is still referencing the symbol that you uninterned. When you then type 'a01 later, you intern a new symbol, which is not the on

Re: Mis-features of let

2005-04-19 Thread Barry Margolin
necessary to list all the things that an operator doesn't do, since there are an infinite number of things it doesn't do. -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** ___

Re: Mis-features of let

2005-04-19 Thread Barry Margolin
, you got a different symbol than the one that was in the function. -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Problems with global-set-key

2005-04-22 Thread Barry Margolin
macs" nil t) > load-with-code-conversion("/home/johs/.emacs" "~/.emacs" t t) > load("~/.emacs" t t) > #[nil " …— > > > > Why is it not possible to write the second statement? -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Problem With Emacs Lisp Mode

2005-06-26 Thread Barry Margolin
so it goes to the end of the paragraph. Most of the commands that deal with Lisp expressions are Meta-Control. E.g. M-C-e will go to the end of the current function definition. -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me **

Re: Problem With Emacs Lisp Mode

2005-06-26 Thread Barry Margolin
In article <[EMAIL PROTECTED]>, "narke" <[EMAIL PROTECTED]> wrote: > Barry Margolin wrote: > > In article <[EMAIL PROTECTED]>, > > Steven Woody <[EMAIL PROTECTED]> wrote: > > > > > everyone knows that a Ctrl-e will move the curs

Re: Mark multiple points

2005-07-06 Thread Barry Margolin
, e.g. C-u C-@, jump to mark, and pop a new position ^^ for mark off the local mark ring (this does not affect the global mark ring). Use C-x C-@ to jump to a mark off the global mark ring (see `pop-global-mark'). -- Barry Margolin, [EMAIL PROTECTED] A

Re: No setf-method known for funcall

2005-08-18 Thread Barry Margolin
xp (get-setf-method `(,vfun ,@args > (message "\n%S\n" vexp) > (when (null vexp) > (error "There is no defsetf for %s in %S" > vfun (cons fun args))) > vexp)) In real Common Lisp, you can only SETF a FUNCALL if the function argum

Re: programing error

2005-08-27 Thread Barry Margolin
group like comp.lang.c++. -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs