Calc exits with the error message "Wrong type argument: window-live-p, #"

2002-03-20 Thread Frédéric Bothamy
Hi all, I have a small problem with the calc package and I'd prefer to have the general opinion from debian-emacsen before submitting a bug with the package to the BTS. Here is what I do : [EMAIL PROTECTED]:~$ emacs-21.1 -q (from a Gnome terminal) C-x 2(split the main window in 2 bu

"No /etc/mailname" message

2002-03-20 Thread Sam
I use Xemacs version 21.4. Everytime I start it, I get the message "No /etc/mailname. Reverting to default..." Why is this and how can I fix it? Thanx, Sam -- Satyajit Grover http://www.cs.pdx.edu/~satyajit/

Re: paragraph-indent-text-mode in mail mode

2002-03-20 Thread Tollef Fog Heen
* "D. Goel" | (add-hook 'text-mode-hook 'turn-on-paragraph-indent-minor-mode-my) | | (defun turn-on-paragraph-indent-minor-mode-my () | (interactive) | (paragraph-indent-minor-mode t)) A lambda function might be better: (add-hook 'text-mode-hook '(lambda()(paragraph-indent-minor-

Re: paragraph-indent-text-mode in mail mode

2002-03-20 Thread D. Goel
> I use paragraph-indent-text-mode for any text. My .emacs > contains the line: > (setq default-major-mode 'paragraph-indent-text-mode ) > which works as desired in text mode, but not in mail mode. > > I would like to attach paragraph-indent-minor-mode to > text-mode-hook so paragraph

paragraph-indent-text-mode in mail mode

2002-03-20 Thread Bob Hilliard
I use paragraph-indent-text-mode for any text. My .emacs contains the line: (setq default-major-mode 'paragraph-indent-text-mode ) which works as desired in text mode, but not in mail mode. I would like to attach paragraph-indent-minor-mode to text-mode-hook so paragraph indent mode wi