Re: Copyright assignment

2005-08-21 Thread drkm
Richard M. Stallman writes: > If you have problems in dealing with FSF legal papers, please write to > me. Other developers on emacs-devel can help with this ^^^ You mean "can not", do

[patch] Allowing \documentclass options and using inputenc.

2005-07-29 Thread drkm
t;]"))) + (insert "{article}\n") + (if cal-tex-inputenc + (insert "\\usepackage[" cal-tex-inputenc "]{inputenc}\n")) + (insert "\\hbadness 2 \\hfuzz=1000pt \\vbadness 2 \\lineskip 0pt --drkm ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: with-temp-buffer, insert-file-content and errors

2005-07-17 Thread drkm
to > execute before the error message gets displayed.) Yep. --drkm ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

with-temp-buffer, insert-file-content and errors

2005-07-15 Thread drkm
ficult to know what you want to response. I guess 'with-temp-buffer' have to be modified to show the error before (or while) 'kill-buffer' prompts the user, isn't it? --drkm ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Incorrect indentation after :name

2005-07-05 Thread drkm
-hook'? In an other hand, it's anoying indentation is wrong with 'eval-after-load'. --drkm ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

'risky-local-variable-p' bug in regard of the 'safe-local-variable' property?

2005-06-17 Thread drkm
luding the above, a `safe-local-variable' property that is a function taking exactly one argument. In that case, giving a variable with that name a file local value is only allowed if the function returns non-`nil' when called with that value as argument. So wha

Re: [ps-print] Why imposing symbols for user functions?

2005-03-09 Thread drkm
Richard Stallman <[EMAIL PROTECTED]> wrote: > If it works, I guess the change is ok. > Have you tried it and does it work? Yes, I use it for many months ago, with lambda functions in `ps-left-header' and `ps-right-header'. --drkm

Re: Problems with debug-on-entry in the Lisp debugger.

2005-03-07 Thread drkm
[EMAIL PROTECTED] (Kim F. Storm) writes: > You could define a bit in the Lisp_Symbol, like this: > struct Lisp_Symbol > { [...] > unsigned debug_on_entry; ^^^ Really?-) --drkm ___ Emacs-devel mailin

[ps-print] Why imposing symbols for user functions?

2005-03-07 Thread drkm
ent) (ps-output-string (ps-mule-encode-header-string (funcall content) fonttag))) --drkm ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: stack-trace-on-error vs. debug-on-error.

2005-03-04 Thread drkm
> Lute Kamstra wrote: > drkm <[EMAIL PROTECTED]> writes: > > M-: (setq debug-on-error nil > > stack-trace-on-error t) > > C-f > > ;; Open a new window and show the stack trace > > M-: (setq debug-on-error t