Noam Postavsky

Results 112 comments of Noam Postavsky

Here's a simpler backtrace. The following is from opening a fresh `arduino-mode` buffer, and typing `#define foo` C-q (: ``` Debugger entered--Lisp error: (quit) put-text-property(12 13 syntax-table (1)) c-neutralize-CPP-line(1 13)...

This might be relevant: ``` * Lisp Changes in Emacs 26.1 [...] ** The new function 'file-name-case-insensitive-p' tests whether a given file is on a case-insensitive filesystem. ```

I'm not seeing any problem on emulated devices of different screen size here. What's that thing covering the bottom row in your screenshots? Perhaps it's unexpectedly taking away some screen...

> my phone (Samsung Galaxy A20) Okay, according to https://en.wikipedia.org/wiki/Samsung_Galaxy_A20 that's "6.4 inch [...] 720x1560". I set up an emulated device with those measurements and I see the same as...

I considered converting the UI to a vector drawable (which is encoded in XML) when I was doing the dpi rewrite. But I couldn't see an easy way to do...

>> But maybe starting with the selection mode buttons would be an easier start? > > Go ahead, you don't need my permission. I meant that the selection mode suggestion...

> From my PoV - if the application determines that it will not create a GUI because it only needs to print some text to stdout then there is no...

I think this summarizes the situation well: https://stackoverflow.com/questions/15952892/using-the-console-in-a-gui-app-in-windows-only-if-its-run-from-a-console > The command processor pays attention to your EXE and checks if it is console mode app or a GUI app. It...

> 2\. Should the function take an argument that denotes the VCS used so this change can be added to others like Mercurial, or are there better ways to figure...

> I could modify `el-get-start-process-list` so that if an entry is a lambda instead of a list, that lambda gets passed the return value of the last process? Hmm, a...