G. M.

Results 91 issues of G. M.

### ISSUE TYPE * Bug Report ### GEEQIE VERSION ``` $ geeqie -v Geeqie 1.5.1 ``` ### OS / DISTRIBUTION XUbuntu 19.10 upgraded today ### SUMMARY Trying to print to...

Hi, After installing a clean python3 virtualenv I get: ~$ amsterdam -d ams-test -i wlan0 setup Traceback (most recent call last): File "/home/gmuller/amsterdam-test/bin/amsterdam", line 46, in ams = Amsterdam(args.name, args.iface,...

Hi, It would be great if the main page `README` would be a little more explicit on how to install in Emacs. For the moment it just points to `lsp`...

Hi, Starting my emacs this morning, I see these messages: ``` Unable to activate package ‘org-pdftools’. Required package ‘pdf-tools-0.8’ is unavailable ``` Indeed, looking at my installed packages (freshly updated):...

### My Emacs version: 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) ### My JDEE version (elpa package date): jdee 20191102.1426 installed ### My JDK version: 1.11 ### My Operating System...

Hi, In my code I have the line: `static TextAnalyzer analyzer = new TextAnalyzer(true);` If I put the cursor on the leftmost "TextAnalyzer" and call "jdee-open-class-at-point", I get: `Can not...

In my code, I have: ``` // boost emails that are tagged (=already checked as) "valid" CollectionUtilities.incr(patternCounts, pattern, (valid)?VALIDATED_EMAILS_BOOST:1); ``` When I put the cursor on `CollectionUtilities` and run `jdee-open-class-at-point`,...

Hi, I have a class IOUtilities. Inside this class are defined 2 classes, Killer & ParallelConsumer. A long time ago I ran jdee-import-all / jdee-import-kill-extra-imports / jdee-import-organize (and/or jdee-import-expand-imports). 1....

I was listing all the classes, one-by-one, in my Jdee Global Classpath. Since it's very difficult to maintain, I decided to switch to "short"ened version when specifying the classpath. Now,...

I'm trying to automatically add the import line for an element in my code. I'm thus positioning my pointer at this element ("URL"), and calling "jdee-import-find-and-import". First, instead of getting...