Trey Jackson

9,868
Reputation
621 views

Registered User

Name Trey Jackson
Member for 1 year
Seen yesterday
Website
Location Corvallis OR
Age 37
There once was a man from the stix,
Who liked to write limericks.
But he failed at the sport,
Because he wrote them too short.
20h
accepted Emacs behind http proxy
1d
awarded  Enlightened
1d
awarded  Nice Answer
1d
answered How can I fix csharp-mode.el ?
1d
comment How can I fix csharp-mode.el ?
I'm such a sucker for Emacs questions. But vacation starts very soon, someone else might beat me to it...
1d
comment How can I fix csharp-mode.el ?
That's 5 questions in 1. How about a pointer to an example csharp file that contains the issues you listed above.
1d
comment Trying to get a terminal to work in Emacs…
I use the win32 native version of emacs, but start it from a cygwin shell.
2d
comment How do I bind a command to C-i without changing TAB?
@Steve The variable is defined in Emacs 23, I've updated the answer with a version for 22 and earlier.
2d
revised How do I bind a command to C-i without changing TAB?
get it working for emacsen prior to 23
2d
awarded  Civic Duty
2d
answered How do I bind a command to C-i without changing TAB?
2d
answered Trying to get a terminal to work in Emacs…
Nov
24
accepted Difference between symbol and variable name in emacs lisp
Nov
23
comment How can be 2 = 1.99999…?
.3333... poses just the same problem (3 * .3333. == 1) and so does .6666... (3 * .6666.... == 2), etc.
Nov
23
revised Difference between symbol and variable name in emacs lisp
reference to evaluation strategy
Nov
23
revised Difference between symbol and variable name in emacs lisp
box diagram
Nov
23
answered Difference between symbol and variable name in emacs lisp
Nov
21
accepted Emacs: Disable line truncation in minibuffer only
Nov
21
revised Emacs: Disable line truncation in minibuffer only
fix syntax error
Nov
21
answered Emacs: Disable line truncation in minibuffer only
Nov
21
comment How to swap the buffers in 2 windows emacs
Edited to conform to Emacs terminology.
Nov
21
revised How to swap the buffers in 2 windows emacs
made terminology conform to emacs'
Nov
20
comment suppress additional braces in emacs electric mode
@Raghu FWIW, I used } because that's what people generally mean when they say "brace" - see en.wikipedia.org/wiki/Bracket .
Nov
20
revised How to write an Emacs function to wrap the marked region with specified text
remove faulty information
Nov
20
comment How to write an Emacs function to wrap the marked region with specified text
@Vinh Good point, you do need the initial text to expand for yasnippet, I'll remove that from the answer.
Nov
20
revised Changing Emacs Forward-Word Behaviour
Add info about syntax tables
Nov
20
accepted suppress additional braces in emacs electric mode
Nov
19
comment How to write an Emacs function to wrap the marked region with specified text
Also this question/answer: stackoverflow.com/questions/1397113/… .
Nov
19
answered suppress additional braces in emacs electric mode
Nov
19
comment Emacs23 php-mode problem
Chances are, the Emacs you were using on opensuse had different stuff bundled with it. The original error was because a function wasn't defined. It isn't a part of Emacs (regardless of the OS), so there were different supporting libraries somebody had installed on the two systems.
Nov
19
answered How to write an Emacs function to wrap the marked region with specified text
Nov
18
revised Emacs23 php-mode problem
elisp, not lisp
Nov
18
answered Emacs23 php-mode problem
Nov
16
comment Don’t show uninteresting files in Emacs completion window
Touche, removed.
Nov
16
revised Don’t show uninteresting files in Emacs completion window
remove 'cl
Nov
16
accepted Don’t show uninteresting files in Emacs completion window
Nov
16
comment Don’t show uninteresting files in Emacs completion window
Yup, now uses completion-ignored-extensions.
Nov
16
revised Don’t show uninteresting files in Emacs completion window
generalize to use completion-ignored-extensions
Nov
15
revised Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
actual work experience
Nov
15
accepted Given an emacs mode, how to find its keymap name?
Nov
15
answered Do you use VIM/Emacs/Terminals to develop C/C++? What kind of projects is this practical for?
Nov
14
answered emacs C and C++
Nov
13
revised Matrix-like Idle Animation for Emacs
use kbd
Nov
13
revised Tips for Learning Elisp?
add link back to original question and clear up language
Nov
13
answered custom-theme-set-faces compatible with tty
Nov
13
revised Don’t show uninteresting files in Emacs completion window
answered dired aspect
Nov
13
answered Don’t show uninteresting files in Emacs completion window
Nov
12
comment Viewing delimited columns in emacs
C-| works if the region is active, which (for me) means highlighting the region using the mouse, and then typing C-|.
Nov
12
answered Given an emacs mode, how to find its keymap name?
Nov
12
answered Highlighting quoted/backquoted parens