Pedro A. Aranda Gutiérrez

Results 27 issues of Pedro A. Aranda Gutiérrez

Hi, preliminary findings: When you launch textadept from the GNOME dock, `lfs.abspath(ta)` in line 1297 returns `$HOME/textadept`. Workaround would be to add a `find_executable` to `lfs_ext` to find `textadept{-curses,-gtk}?` in...

Hi, I'm on nightly, Ubuntu 22.04. In my init.lua I have a simple function to set indentation according to buffer mode: ``` function adjust_edit(lexer) ui.statusbar_text = 'Loaded ' .. lexer...

After trying the `docker/`directory with little success, I hope this method to produce the PDF may be useful.

1.- Differentiate the fringe a bit more from the buffer 2.- add mode-line-inactive and mode-line-highlight 3.- In modern emacsen, add line-number supoort

Emacs >=27 has a nice tab-line. Here is a small patch to handle it in the theme ``` diff --git a/arjen-grey-theme.el b/arjen-grey-theme.el index ed1adcb..eac4122 100644 --- a/arjen-grey-theme.el +++ b/arjen-grey-theme.el @@...

Translate Toggle Margins

I'm testing on the emacs-30 branch on Linux and would like to be able to test the emacs-30 on macOS with native compilation. I'm compiling Emacs for macOS on my...