all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* defun not working
@ 2005-07-19 11:56 Baloff
  2005-07-18 21:41 ` Pascal Bourguignon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Baloff @ 2005-07-19 11:56 UTC (permalink / raw)


Hello
I have this in my ~/.emacs

(defun edo-vertical-to-horizontal ()
(interactive)
(let ((one-buf (window-buffer (selected-window))))
(other-window 1)
(delete-other-window)
(split-window-horizontally)
(switch-to-buffer one-buf))

upone M-x edo-vertical-to-horizontal
it actually do horizontal to vertical which is the opposite to what it 
is suppost to do. it was working good last time I used it which was a 
year or so ago, I since upgraded my debain.

not sure why it would do this.

thanks

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-07-21 12:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-19 11:56 defun not working Baloff
2005-07-18 21:41 ` Pascal Bourguignon
2005-07-18 21:56   ` Lennart Borgman
2005-07-19 15:20 ` Stefan Monnier
2005-07-20  9:28 ` Alan Mackenzie
2005-07-20 19:32   ` rgb
2005-07-21 12:44   ` Baloff

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.