bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18283: More information.


From: Anders Lindgren
Subject: bug#18283: More information.
Date: Wed, 25 Nov 2015 15:07:00 +0100

Additional information:

This change allows applescripts like the following to work:

    tell application "Emacs"
         set the bounds of the first window to {100, 100, 500, 500}
    end tell

Without the change, the following error message is issued:

    test.oas:23:89: execution error: Emacs got an error: Can’t set bounds of window 1 to {100, 100, 500, 500}. (-10006)

    -- Anders Lindgren


reply via email to

[Prev in Thread] Current Thread [Next in Thread]