Adam Porter

Results 2644 comments of Adam Porter

Just built and installed Emacs 24.4 on Ubuntu Trusty and am getting this error. Can't even do `list-packages`. Package management is completely non-functional because of this error. :( ``` Overriding...

I'm sorry, I discovered that the problem I was having was not caused by these errors. These errors started happening when I upgraded to Emacs 24.4, but they don't seem...

Hmm, I dunno man. I kind of like the sound of `definining` myself. In fact, maybe we can define that word as meaning, "To redefine a function while keeping a...

Hi Noam, I think you're right. The macro sets the rebound function symbol's definition like this, and it sets `this-fn`'s value cell rather than its function cell: ```el (fset (quote...

These would be nice additions. @adrianstaniec Could you send a PR? (Not that I can promise it will be merged, of course, as I'm not the author.)

Can you just unbind the key?

Great! Now maybe you submit as PR? =)

You may be able to gain some insight by running `pkill -SIGUSR2 emacs` while the CPU is at 100%. That will interrupt Emacs and print a backtrace showing what it...

This would be very useful. I would like to use this to download and attach a PDF file, but it refuses because the MIME-type in the HTTP headers is not...

@shrysr Specifically, this function does it, which uses `org-web-tools`. Maybe I should add it to that package too: https://github.com/alphapapa/unpackaged.el#download-and-attach-remote-files