Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Emacs tips

Name: Anonymous 2008-04-11 12:34

ITT we give fairly short tips or advice about Emacs.

1
If you want line numbers for Emacs, use Linum mode: http://stud4.tuwien.ac.at/~e0225855/linum/linum.html
You'll probably want to have a space between the line numbers and your buffer's content, so modify linum.el: on line 160 or so of linum.el, change (setq width (max width (length str))) to (setq width (max width (+ (length str) 1))).
Example here: http://www.emacswiki.org/pics/static/LinumGap.png

2
ido-mode for M-x:


    (defun ido-execute ()
      (interactive)
      (call-interactively
       (intern
        (ido-completing-read
         "M-x "
         (let (cmd-list)
           (mapatoms (lambda (S) (when (commandp S) (setq cmd-list (cons (format "%S" S) cmd-list)))))
           cmd-list)))))
   
    (global-set-key "\M-x" 'ido-execute)

Good for newbies.

Name: Anonymous 2009-01-29 2:21

How do you change the color of filename which is displayed at the titlebar?
I'm having trouble reading it.
any help will be appriciated.
thanks!

Name: Trollbot9000 2009-07-01 8:56


else and Java does Adding a new  age of Computing.

Name: Trollbot9000 2009-07-01 9:18

Want some examples in an attempt to  get us to  the issue of  WYSIWYG editing has  come up This  is a thread  And saging a  thread pushes it  down and starts  clapping her hands  together see this  is where the  output and input  are generated About  the only thing.

Name: Anonymous 2009-08-12 15:20

>>35


Test

Name: Anonymous 2009-08-16 17:14

in fact In fact, the the          good the          good posters posters 12 posters 12:44 44:43 44:43  jorick jorick perhaps jorick perhaps what What about What about my my fault my fault was was an was an  undergradute undergradute. These undergradute. These guys guys And guys And  Lain Lain.  Lain Lain.  Lain.  Lain

Name: Anonymous 2010-06-30 3:34

>>13
tl;dr warning

Richard Stallman couldn't recommend OpenBSD as a fully free operating system, because a requirement is that it can't have non-free software in it's repository, or recommend non-free software.  Only a small list of (Gnu/)Linux distributions are officially recommend by the FSF. Most, including Slackware, Debian, and Ubuntu are not.

A lot of the work to support Emacs (and other Gnu software) on windows was done by a third party, cygnus solutions.  The first "freedom" of free-software is that you can run the software however you want, including running it on an operating system the author doesn't approve of.

But that's irrelevant, because I would never use OpenBSD, anyway. They act like 13 year-olds on their mailinglists, this is illustrated by the fact that some butthurt dev came on some random thread about emacs to cry. It's often proclaimed by the OpenBSD team that their precious operating system is secure, though it's anything but, http://allthatiswrong.wordpress.com/2010/01/20/the-insecurity-of-openbsd/   Only good thing that came out of OpenBSD was OpenSSH.

Name: Anonymous 2010-06-30 8:16

>>48
If you think 164 words is too long to read, I don't think your opinion is valid, and would like to direct you /Polecat Kebabs/

Name: Anonymous 2010-06-30 8:29

>>49
Validity is a property of mutations to propositions. Opinions are neither valid nor invalid.

Name: Anonymous 2010-06-30 8:33

>>50
My point remains.

Name: Anonymous 2010-06-30 9:19

Does anyone know of an M-x glasses-mode equivalent for Vim? It's a feature I always wanted to try out because it would improve code readability but couldn't find an alternative to it.

Name: Anonymous 2010-06-30 9:26

>>52
Try writing better code.

Name: Anonymous 2010-06-30 10:14

>>52

Stop writing in Java

Name: Anonymous 2010-06-30 11:47

>>53
I am trying but that entails reading code written by others.

>>54
I would, if my paycheck didn't depend on it right now.

Name: Anonymous 2010-06-30 14:22

>>13
Everyman is a hypocrite, son. Facts of life. Just ask the man that has teenaged daughters....

Name: Anonymous 2010-06-30 14:53

>>13
because he knows without windows support the software is worth much less. What does sound more important: Emacs a linux toy vs multiplatform editor 'EMACS'.

Name: Anonymous 2010-06-30 15:51

>>57
Emacs was fifteen years old before Torvalds even started working on the Linux kernel. Anyone who would have called it ``a Linux toy'' before the addition of Windows support wouldn't have started calling it multi-platform afterwards, because they wouldn't have a clue what the term means.

Name: Anonymous 2011-02-03 2:28

Name: Sgt.Kabukiman 2012-05-21 16:17

All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy
 All work and no play makes Jack a dull boy

Name: Anonymous 2012-05-21 18:01

Rei.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List