[Unicode-2] frame doesn't get focused

2007-03-19 Thread Katsumi Yamaoka
Hi, First of all, this problem might happen only with the Fedora Core systems which run the metacity window manager. I tested it with the latest Emacs 23 and the following form: --8<---cut here---start->8--- (defun test () (interactive) (let ((frame (make-

Re: [Unicode-2] frame doesn't get focused

2007-03-19 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Katsumi Yamaoka <[EMAIL PROTECTED]> writes: > Hi, > First of all, this problem might happen only with the Fedora Core > systems which run the metacity window manager. I tested it with > the latest Emacs 23 and the following form: > --8<---cut here-

Calendar customization too late

2007-03-19 Thread Stephen Berman
1. Write to your home directory a file named "diary" containing at least two valid diary entries dated on different days within a week from today. 2. Let your ~/.emacs file contain only this line: (appt-activate 1) 3. Start Emacs without any command line arguments. You get vertically split windows

Customizing how windows are split by display-buffer

2007-03-19 Thread Fredrik Axelsson
The function `display-buffer' sometimes splits a window with a call to `split-window'. This split is always done vertically, i.e. the two windows are above/below each other. I find it un-emacs like for this behaviour to be hard coded and it doesn't suite everybody. I propose to introduce the vari

Macro declarations

2007-03-19 Thread Johan Bockgård
The byte compiler prints macro declarations without quoting. E.g. defun-cvs-mode; the definition in pcvs.el looks like this: (defmacro defun-cvs-mode (fun args docstring interact &rest body) [...] (declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-

complete.el 1.53/1.54 (More partial completion)

2007-03-19 Thread Johan Bockgård
This part of revision 1.53, complete.el, was undone by revision 1.54, but the removal wasn't mentioned in the log. Was this intentional? revision 1.53 date: 2006-05-22 20:09:40 +0200; author: monnier; state: Exp; lines: +13 -5 [...] (read-file-name-internal): Don't add the final > if the comp

Re: Customizing how windows are split by display-buffer

2007-03-19 Thread Tassilo Horn
Hi Fredrik, Hey, I had the same idea about a week ago and implemented it in elisp. --8<---cut here---start->8--- (defun th-display-buffer (buffer force-other-window) "If BUFFER is visible, select it. If it's not visible and there's only one window, split the

Re: Customizing how windows are split by display-buffer

2007-03-19 Thread Richard Stallman
I would not object to the feature, but this is not the time for it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Frame doesn't get focused

2007-03-19 Thread Katsumi Yamaoka
I stripped [Unicode-2] from the subject line because I realized now the problem is also in Emacs 22. It is due to the --with-gtk build option and probably to the Fecora Core 6 Linux which runs the metacity window manager. Anyway I must apologize for having reported it vaguely. > In article <[EMA

Re: Calendar customization too late

2007-03-19 Thread Glenn Morris
Stephen Berman wrote: > Now your ~/.emacs file contains these lines: > (appt-activate 1) > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;;

expand.el: always enable abbrev-mode

2007-03-19 Thread Markus Triska
The example code in expand.el can inadvertently disable abbrev-mode if it was already enabled. This patch also makes expand-abbrev-hook autoloaded, which is useful if you save the new abbrevs and want to avoid marking them as modified by defining them again in future invocations of the hook. All

Re: Frame doesn't get focused

2007-03-19 Thread Jan Djärv
See http://bugzilla.gnome.org/show_bug.cgi?id=392889. My last comment was that we may enable _NET_ACTIVATE_WINDOW, but it has been postponed to after the release. Jan D. Katsumi Yamaoka skrev: I stripped [Unicode-2] from the subject line because I realized now the problem is also in

Re: Calendar customization too late

2007-03-19 Thread Glenn Morris
Glenn Morris wrote: > It happens with just (diary) too, regardless of appt.el. How about > this patch: I checked in a version of this fix. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretes