Skip to main content
9 events
when toggle format what by license comment
Feb 7, 2019 at 0:00 comment added Sean Allred Can the downvoter please describe what should be improved upon in this answer? It's a valid approach.
Jan 2, 2017 at 2:10 comment added Sean Allred @Hashim *ded is an abbreviation for the full function name *-delete-empty-directories. Many completion engines (such as ivy, the one I use) understand this kind of fuzzy matching. As for keeping them memorized… I simply don't have to. The functions I've defined all start with * so I can easily find them if they're not bound to a key. Otherwise, emacs itself will tell me if there was a faster way of calling the function. If all else fails, there's always apropos.
Jan 1, 2017 at 22:32 comment added Hashim Aziz Does M-x *ded RET have any significance or is it random? If the latter, how do you keep track of all the shortcuts you've assigned in emacs? Does memorisation suffice or do you find yourself having to look them up?
Jan 1, 2017 at 22:30 comment added Hashim Aziz Fair enough, that sounds more plausible.
Jan 1, 2017 at 7:33 comment added Sean Allred @Hashim The idea is that you have it defined in your init and then bound to a key. Technically I could have it bound to D if I wanted to, but since I don't have a common need for this, all I have to type is M-x *ded RET and bam–done. (If I did indeed have to type this every time, you're absolutely right that it'd be absurd – luckily that's not the case.)
Dec 31, 2016 at 0:56 comment added Hashim Aziz ...Please tell me you wouldn't have to type all of this in order to accomplish this in emacs.
May 6, 2015 at 15:19 history edited Sean Allred CC BY-SA 3.0
added 55 characters in body
May 6, 2015 at 15:08 history edited Sean Allred CC BY-SA 3.0
added 57 characters in body
May 6, 2015 at 14:57 history answered Sean Allred CC BY-SA 3.0