bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3142: 23.0.92; split-window-prefered-function should be able to uses


From: martin rudalics
Subject: bug#3142: 23.0.92; split-window-prefered-function should be able to usesplit-window-horizontally/split-window-vertically
Date: Thu, 30 Apr 2009 11:05:25 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> But if you have a choice between defining foo to be unary or nullary, consider
> defining it with &optional: (defun foo (&optional window)...)
>
> That allows use of foo as an object method for windows. That is, given a 
window,
> `foo' is one of the functions that can be applied to it. If defined as 
nullary,
> this is not possible.

Yes.  But I don't want to burden customizers with the problem in the
first place.  For example, Jared wants to use `split-window-vertically'
as value for this variable and that function has an optional SIZE
argument but no WINDOW argument.

martin







reply via email to

[Prev in Thread] Current Thread [Next in Thread]