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
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/
* "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-
> 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
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
5 matches
Mail list logo