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

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

bug#18120: cua-rect.el issue on help


From: Pierre-Yves
Subject: bug#18120: cua-rect.el issue on help
Date: Sun, 27 Jul 2014 23:54:32 +0200

cua-rectangle feature does offer to type ? for help. It will display several 
available key sequence. Since modifier is not known, a function computes the 
string from the prefix variable.
It is basically a switch, which works for ‘hyper or ‘super or ‘alt or ‘meta , 
but it does not work for ‘control.

This is feasible to use ‘control as the modifier. 
   (setq cua--rectangle-modifier-key ‘control)


This one liner patch fixes the help in such case.
The cua-rect-help.patch is the result of `diff -c` command.
The 0001- prefixed patch is git, but I believe this is not the proper format.

Attachment: cua-rect-help.patch
Description: Binary data

Attachment: 0001-cua-rect-help-check-for-control-value.patch
Description: Binary data


reply via email to

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