Author: aine
Date: Sep 9, 2008 12:20
On Sep 9, 10:02Â am, Zeus <Bluestar_...@yahoo.com> wrote: I operate within the Fringe and this I direct you to, a riddle that goes in reverse for a wormhole can be blue. Â The canal I am but I give you a date, the date you will get the midnight star, so forget the convenience store and think of who we are. Illuminati Seclorum "Novus Order" You use to be faster when I called your...
|
| Show full article (0.52Kb) · Show article thread |
Author: Zeus
Date: Sep 9, 2008 10:02
I operate within the Fringe and this I direct you to, a riddle that goes in reverse for a wormhole can be blue. The canal I am but I give you a date, the date you will get the midnight star, so forget the convenience store and think of who we are. Illuminati Seclorum "Novus Order"
|
| Show full article (0.28Kb) |
|
|
Author: xahlee
Date: Aug 7, 2008 07:01
...a isomorphism between the syntax, tree, and list datatype. Xah ∑ http://xahlee.org/ ☄ ------------------------------------------- (setf bin-tree '(4 (2 1 3) (6 5 7))) Thus in my view the only fringe nodes (leaves) are 1, 3, 5, and 7. also note, when in a language where there's isomorphism between the syntax and the nested list, there's a concept of head. For example, in ...
|
| Show full article (5.42Kb) · Show article thread |
Author: xahlee
Date: Aug 7, 2008 06:35
> (setf bin-tree '(4 (2 1 3) (6 5 7))) Thus in my view the only fringe nodes (leaves) are 1, 3, 5, and 7. also note, when in a language where there's isomorphism between the syntax and the nested list, there's a concept of head. For example, in pseudo lisp: (list (list 1 3) (list 5 7)) In this list, the 1,3,5,7 are leafs. Each having index {1,1}, {1,2}, {2,1}, {2,2}. Now, the ...
|
| Show full article (4.40Kb) |
Author: Nikolaj Schumacher
Date: Jun 5, 2008 13:38
...,@strings)) nil nil ,alignment)) (defun fringe-helper-insert (bitmap pos &optional...XX..." "...XX..." "........" "........" "...XX..." "...XX..."))) (0 fringe-lib-exclamation-mark-0 . ,(eval...
|
| Show full article (13.12Kb) |
Author: Allin Cottrell
Date: Oct 20, 2007 06:11
... revert it via ~/.emacs somehow. That is (a) I like having a non-zero fringe, but (b) I don't like the way the mouse pointer behaves differently in the fringe in 22.1. I'd suggest you try (define-key function-key-map [left-fringe down-mouse-1] 'down-mouse-1) Thanks, that looks like just what I want. Allin Cottrell
|
| Show full article (0.48Kb) · Show article thread |
Author: Eli Zaretskii
Date: Oct 18, 2007 13:01
... That is (a) I like having a non-zero fringe, but (b) I don't like the way the mouse pointer behaves differently in the fringe in 22.1. What the mouse does on the fringe is determined by a simple key binding, like what the mouse does on the mode line. For example: (global-set-key [left-fringe mouse-1] 'mouse-set-point) See other bindings like this in mouse....
|
| Show full article (0.50Kb) · Show article thread |
Author: Allin Cottrell
Date: Oct 17, 2007 09:51
...That is (a) I like having a non-zero fringe, but (b) I don't like the way the mouse pointer behaves differently in the fringe in 22.1. I'm mostly editing C source and...too far to the left and I'm into the fringe, where mouse-down-plus-motion does not initiate drag-...to do is enforce the old behavior: in the left fringe, mouse-down-plus-motion starts drag-selection. Thanks for ...
|
| Show full article (0.93Kb) |
Author: Carsten Dominik
Date: Jul 6, 2007 01:49
... in the frame, while buffer text starts only after the scroll bar and after the fringe. So what I need to do it to compute how wide these two are, and ... the same width (approx is ok). So Far I have this: width of the left fringe in pixels: (or (car (window-fringes)) 0) width of the scroll bar: (* (or scroll-bar-width 11) (if (eq (car (window-current-scroll-bars)) ...
|
| Show full article (1.04Kb) |
|