> It is very important: I clean out directories once in a while.
> Having names makes that possible with thumbnails. Without the names,
> I won't use thumbnails in Emacs.
Are you saying that if you have a .emacs-thumbs directory with a few
hundreds files with names like "c!tmpimagemyfile.png.jpg
Could someone please work on this, and ack to me?
--- Start of forwarded message ---
Date: Fri, 27 May 2005 17:35:48 +0200
From: Markus Gritsch <[EMAIL PROTECTED]>
X-Accept-Language: en-us, en
To: emacs-devel@gnu.org
Subject: Bug in ebrowse
Sender: [EMAIL PROTECTED]
X-Spam-Checker-Version:
Here are the latest versions of my patches to easy-mmode and
font-core. The patch to cwarn remains unchanged from the revised
version I sent earlier.
The docstring of `define-global-minor-mode' now says that if the minor
mode's setup depends on the major mode for which it was enabled, it
should f
Stefan Monnier wrote:
> ! (unless (eq font-lock-mode-stored-mode major-mode)
> ! (setq font-lock-set-defaults nil))
As I said earlier, the above "fix up" may break things. It's OK because at
that point there's no much else we can do, but we really need to inform the
use
Richard Stallman wrote:
The reference "the function that does the initial set-up" is not concrete.
I am not completely sure which function you mean. It would be better
to refer to it by name.
In the latest version of the patch I am going to send soon, it just
says that enabling the mode
MH-E is the Emacs interface to the MH mail system. It offers all the
functionality of MH, the visual orientation and simplicity of use of a
GUI, and full integration with Emacs and XEmacs, including thorough
configuration and online help. Read on for more details.
Project home page at: http://mh-e
I really don't understand why is that important; these files are not
for human consumption.
It is very important: I clean out directories once in a while.
Having names makes that possible with thumbnails. Without the names,
I won't use thumbnails in Emacs.
You can talk about deleting im
Hi, Richard, Hi, Emacs!
On Fri, 20 May 2005, Richard Stallman wrote:
>I agree it would be better to try adaptive-fill-function first. If it
>returns nil, the code should proceed to try the appropriate regexp.
OK. The enclosed patch assumes this.
>As regards documenting precisely how these var
There appear to be several derived modes that do not yet properly
enclose the call to the parent mode in a delay-mode-hooks form.
Examples include sql-interactive-mode, inferior-emacs-lisp-mode and
inferior-lisp-mode.
Currently, we recommend to put the call to delay-mode-hooks around the
entire bo
Richard Stallman wrote:
To clarify, this is how comint enables Font Lock:
(defcustom comint-mode-hook '(turn-on-font-lock)
Shouldn't we remove that? Is it a desirable thing, nowadays,
for some modes to enable Font Lock on their own, instead of letting
the user do so if he
Richard Stallman wrote:
Does this fix it?
Yes, it does.
Sincerely,
Luc.
___
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
> It would be much better for the user if the thumbnail file names are
> based on something meaningful, such as the user's file name (or at
> least part of it). It is ok to add other info such as an md5 checksum
> to make them unique, but please don't make them entirely meaningless.
I really don'
1. Frame parameter `user-position' can be used to tell the window manager
that the user has positioned a frame. Is there an equivalent `user-size'
parameter to tell the window manager whether the user has sized the frame?
I don't see `user-size' documented anywhere (e.g. Info (elisp)), but I see
i
> Also put a comment about this near where the C code defines the
> variable.
A comment about what?
That statement refers to the other method where you would put on the
property in Lisp code.
___
Emacs-devel mailing list
Emacs-devel@gnu.or
In a French locale, C-h T shows the French tutorial which includes some NBSP
chars which are rendered as "\ " as in "m\ emacs\ ". The \ are
clearly undesirable here.
I fixed these.
___
Emacs-devel mailing list
Emacs-devel@gnu.org
http://li
I did start to patch files exposed by my limited testing (see below),
but there were many, and I found I was setting 'evaporate to nil, not t.
Given that, and given that magically disappearing is in general
surprising default behaviour, then it would be better to retain the
curr
A better indication for non-breaking spaces and hyphens is the same
as for whitespace highlighting enabled with show-trailing-whitespace,
i.e. displaying non-breaking spaces and hyphens in a special face
with a non-default background color without adding \.
Would you like to write
> (or (fboundp 'run-mode-hooks)
> (defalias 'run-mode-hooks 'run-hooks))
It seems that that I was badly educated by code I read: I've quite
often seen the use of constructs like the one above.
Are there any examples in the Emacs sources?
If so, could you show me a few?
___
Richard Stallman wrote:
Does this patch give good results?
Yes, it works perfectly now.
Thank you,
Markus
*** compile.el 20 May 2005 17:56:45 -0400 1.356
--- compile.el 28 May 2005 05:02:27 -0400
***
*** 935,946
(substitute-env-vars (match-st
To clarify, this is how comint enables Font Lock:
(defcustom comint-mode-hook '(turn-on-font-lock)
Shouldn't we remove that? Is it a desirable thing, nowadays,
for some modes to enable Font Lock on their own, instead of letting
the user do so if he wants?
__
Does this fix it?
*** buffer.c27 May 2005 10:21:40 -0400 1.480
--- buffer.c28 May 2005 05:48:28 -0400
***
*** 889,894
--- 889,897
CHECK_BUFFER (buffer);
buf = XBUFFER (buffer);
+ if (SYMBOLP (variable))
+ variable = indirect_variable (varia
Does this patch give good results?
*** compile.el 20 May 2005 17:56:45 -0400 1.356
--- compile.el 28 May 2005 05:02:27 -0400
***
*** 935,946
(substitute-env-vars (match-string 1 command))
"~")
default-directory))
! If the minor mode's set-up depends on the major mode, the function that
! does the initial set-up should record the value of the variable
`major-mode'
! in the variable MODE-stored-mode.
The reference "the function that does the initial set-up" is not concrete.
I am not completely s
Anyway, I think this kind of discussion is useless unless we
know what kind of date format we are going to support. For
instance, the current one doesn't handle this kind of date
format (note "JST"):
Sat May 28 09:41:40 JST 2005
The idea is to handle date formats that were ac
It would be much better for the user if the thumbnail file names are
based on something meaningful, such as the user's file name (or at
least part of it). It is ok to add other info such as an md5 checksum
to make them unique, but please don't make them entirely meaningless.
___
25 matches
Mail list logo