ahk-mode icon indicating copy to clipboard operation
ahk-mode copied to clipboard

AutotHotkey major mode for emacs

Results 11 ahk-mode issues
Sort by recently updated
recently updated
newest added

Fix indentation algorithm

bug

ahk-run-script gave me the following error: let: ShellExecute failed: The system cannot find the file specified. Deleting the outer regexp fixes this issue for me.

When `company-mode` is enabled. Typing a semicolon in an empty `ahk-mode` buffer shows: >Company: An error occurred in auto-begin Company: backend company-capf error "Search failed: "\Company: An error occurred in...

### Description: Pressing M-j on a comment line or in a comment block causes issues. ### Reproduction steps: 1. Open a new buffer: `C-x b` `test` `RET` 2. Switch to...

Hi, love your AutoHotKey mode, just wanted to ask whether there was a way to fix the compile function? When I run C-c C-k it gives me `ShellExecute failed: The...

Calling `M-x` `ahk-lookup-web` on for example the word `sleep`, opens the url: http://ahkscript.org/docs/commands/sleep.htm But the page shows: `This site can’t be reached` https://downforeveryoneorjustme.com/ahkscript.org says: >Ahkscript.org Status Is ahkscript.org down right...

I have a variety of functionality attached to `prog-mode-hook` and for some reason I noticed that this mode, despite seemingly deriving from it, doesn't trigger those hook handlers.

I have `(setq-default tab-width 2)` but for some reason it's interpreted as being set to its out-of-the-box default value of 8. I realized I could fix this by setting `ahk-indentation`...

When beginning a line with `(LTrim` to allow a text block across multiple lines, the text is only font-locked as a comment for a few lines.