Recent Changes

Updates since 2017-02-15 23:53 UTC up to 2017-03-17 23:53 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2017-03-13

  • 20:42 UTC (new) (history) 2017-03-13 Ibuffer . . . . Marcin Borkowski Some day, when you have half an hour to spare, press M-x ibuffer RET and then h. Then take your jaw from the floor and put it back in place again.

2017-03-04

  • 17:06 UTC (new) (history) 2017-03-04 Bookmarking directories in Eshell . . . . Marcin Borkowski A friend of mine showed me a nifty trick, basically bookmarking directories in bash. While this is nice, I often use Eshell, and I wanted a similar thing there. (Notice that while Emacs bookmarks do work in Dired, they won’t let you bookmark a directory in Eshell!) Bonus points for sharing the bookmark database (which is basically a directory called ~/.marks/ containing symlinks to bookmarked directories).

2017-02-26

  • 17:14 UTC (new) (history) 2017-02-26 other-window-or-switch-buffer . . . . Marcin Borkowski Some time ago I decided to bind f6 to other-window. I lived happily with that binding, but then something struck me. My f6 key was completely useless when I had only one window in the current frame. What a waste! So, I decided to code this.

2017-02-19

2017-02-18

  • 16:05 UTC (new) (history) 2017-02-18 Using isearch-string on exit from isearch . . . . Marcin Borkowski Recently, I wanted my function, which asks the user for some string, use the isearch term as the default. That’s easy – the variable isearch-string holds the term searched (note that it may be a plain string or a regex!). The problem was, I wanted that to be the default only when I invoked my command from isearch (sort of what M-% does when called from within isearch). The way M-% does its magic when invoked during isearch is simple: in isearch-mode-map, that key is bound to isearch-query-replace and not the usual query-replace. I didn’t want anything like that, though: I wanted my command to be callable via M-x.

More...

Filters