Andrew

Results 287 comments of Andrew

Er, I have this at the top of my .emacs: ``` (setq-default indent-tabs-mode nil tab-width 2) ```

I am curious. The Go compiler is able to build Apple targets as a built-in feature. The Go user does not need to manually build Docker images for this. I'll...

As a workaround, the user can enable the global VSCode `Trim Final Newlines` option. However, that has poor integration with EditorConfig. And, if you happen to be working on text...

I am not a fan of configuring text editors. I float between several. I specifically use EditorConfig to avoid this problem. If I wanted to perform the configuration with VSCode,...

That's good to hear. Yes, I am experiencing different behaviour. Refreshing the Google results page seems to have no effect, nor does force-refreshing with `Control+Shift+R`. I'm using Firefox 31, with:...

Yes, I switch the setting in the DDG preferences popup, from the about:addons page. When I toggle the option to off, the CSS does not visibly change for my https://encrypted.google.com/?q=......

Emacs for Android has always been crashy and difficult to setup :( I've finally given up on Emacs, git, and most other command line programs on Android. At some point,...

Setting the font size to 7px works on my Samsung Galaxy S III. Manually adding the `-nw` flag works, but any attempt to modify the scripts to automatically pass this...

@AchromatReader Does disabling the menu bar prevent future segmentation faults? Can the font size be increased after inserting `(menu-bar-mode -1)` at the top of `~/.emacs`?

@AchromatReader On my phone, font size plays a critical role in causing or preventing segfaults. Hmm, seems like some portions of emacs are using current working directory-relative paths instead of...