emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/speedbar.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Wed, 30 Nov 2005 16:15:12 -0500

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.73 emacs/lisp/speedbar.el:1.74
*** emacs/lisp/speedbar.el:1.73 Mon Oct 17 21:10:48 2005
--- emacs/lisp/speedbar.el      Wed Nov 30 21:15:10 2005
***************
*** 331,336 ****
--- 331,346 ----
    :group 'speedbar
    :type 'boolean)
  
+ (defcustom speedbar-default-position 'left-right
+   "*Default position of the speedbar frame.
+ Possible values are 'left, 'right or 'left-right.
+ If value is 'left-right, the most suitable location is
+ determined automatically."
+   :group 'speedbar
+   :type '(radio (const :tag "Automatic" left-right)
+               (const :tag "Left" left)
+               (const :tag "Right" right)))
+ 
  (defcustom speedbar-sort-tags nil
    "*If non-nil, sort tags in the speedbar display.  *Obsolete*.
  Use `semantic-tag-hierarchy-method' instead."
***************
*** 967,973 ****
        (t
         (dframe-reposition-frame speedbar-frame
                                  (dframe-attached-frame speedbar-frame)
!                                 'left-right))))
  
  (defun speedbar-detach ()
    "Detach the current Speedbar from auto-updating.
--- 977,983 ----
        (t
         (dframe-reposition-frame speedbar-frame
                                  (dframe-attached-frame speedbar-frame)
!                                 speedbar-default-position))))
  
  (defun speedbar-detach ()
    "Detach the current Speedbar from auto-updating.




reply via email to

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