I’ve written the third post in the comint series. Database Mode is a more traditional use of comint mode to interact with an external interpreter. Part 1 described basic use of comint with a cut-down shell mode and Part 2 was about a stock price subscriber.
There is a great tip from emacs-fu on using a custom menu to store all the tips you’ve been reading on blogs like my own.
Ben Atkin mentions a couple of things of things that I really like about emacs. First of all, he talks about the ability to see different parts of the same buffer in two frames. I use this all the time when all my constants (or whatever) are at the top of the file. Admittedly, a trick I’ve linked to before with C-x C-x to return to where you were also works nicely in this case.
And the other thing was the scratch buffer. The great thing about emacs is you can easily create another buffer with C-x b
and store whatever you like in there.
There is a nice example of Kit OConnell asking the internet for help with an emacs issue. In the end it looks like it was solved in the real world by someone spotting some "smart quotes" in the .emacs. Perhaps emacs should warn about that at start-up.
There have been a few posts on whitespace recently. Matt Harrison mentions a whitespace mode that can be useful for the pythonistas that have the most trouble with inconsistent whitespace. Rémi Vanicat isn’t the first person to talk about removing trailing whitespace (I linked to an even better solution in an earlier link roundup). It is nice that emacs has such a nice way of dealing with it.
I was the one referenced above in the ‘asking the Internet’ link, trying The final fix came from someone in real life, but if we hadn’t had the help of people online we wouldn’t have gotten that far. It was a combination of online help with the final fix coming from a set of fresh eyes able to see the smart quotes which had snuck in when I pasted people’s fixes.
Hi Kit, thanks for clarifying that guys on the internet helped too. I’ve updated the post to say that it was you asking for help.
[…] bookmarks tagged smart A Curious Programmer: Jared saved by 4 others pengudapenguin bookmarked on 04/12/09 | […]