emacs

Tag details

Welcome to the 'emacs' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'emacs'.

Look up Offsite Link "emacs" at The Free Dictionary

Latest blogosphere posts tagged “emacs”
 

  • Test Post from Emacs


    freeSoftwareHacker();Authority Authority: 109
    This is a simple test post from Emacs...does it work?
    4 days ago
  • Emacs Rebuilt


    SlackBlogsAuthority Authority: 122
    I said that i will be out of town and i wont be updating this blog, but it seems that there has been a small update on the -Current tree. Emacs gets rebuilt since it was compiled using a wrong architecture (it was using x86_64 previously), so i will post about it before im leaving in the next two hours.
    4 days ago
  • Emacs Upgraded


    SlackBlogsAuthority Authority: 122
    It has been requested by many people and now Pat decided its time to put this request done by upgrading emacs to 23.1. Emacs, a popular text editor made by Richard Stallman itself is a very complete text editor. It can do more than just text editor. No wonder many people used this application as their favorite one. ...
    4 days ago
  • Programing Links March 7th, 2009


    Karl MartinoAuthority Authority: 124
    Mike Taylor on Kernighan and Plaugers "The Elements of Programming Style" (gotta buy and read this) Eli Bendersky: "The server-side Javascript meme" PragPub--March 2010: Jason Huggins: "JavaScript: Its Not Just for Browsers Any More" "Algorithms are Thoughts, Chainsaws are Tools" , reviewing a short film by ...
    2 weeks ago
  • Display names of defined colors and show what they look like in Emacs


    Wisdom and WonderAuthority Authority: 114
    The ‘list-colors-display’ function call displays a list of colors, how they look, and their RGB names in its own window. (via Got Emacs? )
    2 weeks ago
  • Resolving conflicts (in version control)


    I Still Know What You Learned Last SummerAuthority Authority: 106
    When Git (or another VCS) attempts to apply a patch that doesnt apply cleanly, it will defer to you, the user, to figure out the right thing to do. Usually you get, dumped in your lap, a file that has all these funny conflict markers in it, showing alternative versions of the content: google-chrome ...
    2 weeks ago
  • Some Emacs macro tricks


    I Still Know What You Learned Last SummerAuthority Authority: 106
    Keyboard macros are the Emacs feature that I wish every program had. Especially web browsers: having to carry out repetitive tasks in web apps always feels to me like a throwback to a less civilized era. ( More information about keyboard macros, for the uninitiated : see #2.) Here are some useful macro-related ...
    2 weeks ago
  • Vim versus Emacs


    XaprbAuthority Authority: 483
    Which is better? I don’t know, because I’m a Vim user, so it’s a moot point for me. But I have not noticed any Emacs-style keyboard shortcuts on websites. To the contrary, it seems like everything is Vim-style — certainly most Google apps are Vim-ish, and even Firefox is Vim-ish (press the / key to start ...
    2 weeks ago
  • Emacs でファイルをsudoで開き直す


    ubulogAuthority Authority: 103
    tramp の最初の一回目の認証で待たされる感覚が嫌いなので、私はよくsudo をやらずにそのままファイルを開いてしまいます。そうして「ああ、やっぱり編集したい」となり、sudo で開きなおします。 ...
    2 weeks ago
  • Debugging with emacs+valgrind


    (do (( ))) Ruben Berenguel's blogAuthority Authority: 128
    A few days ago my office mate told me about the great debugging tool known as valgrind. Before I have been using the great pairing of emacs+gdb to debug segmentation faults and memory leaks... Now I would never use gdb for this. Moreover, I found a way to somewhat use it from within a shell in emacs to allow fast ...
    2 weeks ago
  • Emacs Freex mode intro screencast


    Learn Free Internet Marketing Learn Free Internet Marketing Strategies using Video, Articles, Social Networking, Social Media, Web 2.0, Blogs, Affiliate MarketingAuthority Authority: 167
    Emacs Freex mode is a minor mode for organizing and editing a massively-hyperlinked database of your notes and ideas. It’s a personal wiki on steroids. This screencast talks through a few of its main features. emacs-freex.googlecode.com Emacs Freex was written by Greg Detre and Per Sederberg. Share on Facebook
    3 weeks ago
  • New version of CEDET released!


    Alex Ott's blogAuthority Authority: 106
    Eric M. Ludlam - author of CEDET, had announced the new relese of CEDET - 1.0pre7. In this release are included many changes, made during last year, including changes in build procedure, in C++ parsing, integration with different external tools, etc. Here you can find official announce . P.S. This version isnt ...
    3 weeks ago
  • Opening tabs remotely in Google Chrome


    Let's discuss the matter furtherAuthority Authority: 99
    Now that I use Google Chrome almost exclusively,I miss the factthat a running Firefox instancecould be controlled from the command line so that Emacs could call for a new tabwhen I clicked on a URL.It would run a command something like this: firefox -remote openURL(http://example.com/, new-tab) But after a few ...
    3 weeks ago
  • AUCTeX 11.86 发布


    LinuxTOYAuthority Authority: 139
    Emacs 上最好的 LaTeX 编辑模式之一 AUCTeX 于最近发布了新的 11.86版本。该版本针对许多 LaTeX 包(如 tabularx、CJK、hyperref等)提供了支持、增添了 PSTricks支持、用于查看器的新框架、以及其他一些改进和缺陷修正。 参阅 AUCTeX 发布公告 ...
    3 weeks ago
  • Tab completion for meta-bang shell commands (Wednesday Emacs blogging)


    The Abstract FactoryAuthority Authority: 103
    You probably use M-! to run a quick shell command now and then, when you dont want to be bothered with a full M-x shell. But if, like me, youre a former XEmacs user, then you probably find FSF Emacs default lack of tab-completion for files in the minibuffer rather annoying. Well, your pain ends here: (if (not ...
    3 weeks ago
  • Text editor koan.


    Ask MetaFilterAuthority Authority: 644
    Looking for the full text to one of those Unix/nerd koans. This one is about text editors. All Ive able to find from a half hour of googling is the "punchline" - on someones .sig on a bunch of mailing lists. The ending: So the master hit the novice upside the head with the back of his hand. "Why did you do that!?" ...
    4 weeks ago
  • turkish-mode for Emacs (by Deniz Yüret)


    FZ BlogsAuthority Authority: 121
    Do you need to write in Turkish? Do you have a keyboard that does not have Turkish letters such as ş, ğ, İ, ı? Do you use the most powerful editor in the world? Then you’ll be happy to know the turkish-mode developed by Deniz Yüret:This is for people trying to type Turkish documents on [...]
    4 weeks ago
  • Meta-slash performs dabbrev-expand, and you require this knowledge (Wednesday Emacs blogging)


    The Abstract FactoryAuthority Authority: 103
    If you dont know this one already, then go to an emacs window right now , open up any source file ( ~/.emacs works fine), navigate to any function, and type the first couple of characters of a nearby identifier. Then type M-/ . Ta-da! Details: By default M-/ is bound to dabbrev-expand , which triggers the ...
    4 weeks ago
  • Emacs Identica-mode v0.9 release


    Nethazard.netAuthority Authority:
    I’m glad to announce this new release of identica-mode after a longer than normal. I’ve been constantly directing people to the git repository version instead of doing an official release since there are lots of improvements since the last version. Some of these improvements include: Url shortening inline You ...
    5 weeks ago
  • pep8 & pylint in Emacs


    AtomizedAuthority Authority: 99
    I do a lot of hacking on Python these days, and of course, I use Emacs. The built-in python-mode has the ability to run pychecker on your source, but doesn’t integrate other tools. I like to run pep8.py & pylint regularly to keep my code clean, so I hacked together compilation-derived modes to drive them. ...
    5 weeks ago

Comments about emacs

Personal attacks are NOT allowed
Please read our comment policy