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

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

bug#32282: octave-mode not unmarking region


From: juangdse
Subject: bug#32282: octave-mode not unmarking region
Date: Thu, 26 Jul 2018 16:09:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

from within emacs open the following script file

--------
# octave script script.m

x = pi ;
--------

Then do

1. set editing to octave-mode (M-x octave-mode).
2. mark the entire line "x = pi ;" as a region
3. issue the command `octave-send-region' (C-c C-i r).

expected result: command is executed and region is inactive
actual result: command is executed but region is still active

This happens now consistently with the current live Ubuntu 18.04 LTS after 
installing emacs25 and octave-4.2.2. -- However, I see the behavior on and off 
for at least 3 years.






reply via email to

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