Hi!
On Wed, Jun 16, 1999 at 05:58:58PM -0400, James FitzGibbon wrote:
> Since upgrading from 0.95.4 to 0.95.5, I've found that three of my macros no
> longer work. Pressing the targeted keys produces no result (not even
> garbage). The macros are :
>
> macro index \Cq "<tag-pattern>.<enter><tag-prefix>d<untag-pattern>.<enter>"
> macro index \Cw "<tag-pattern>.<enter><tag-prefix>u<untag-pattern>.<enter>"
> macro index <Tab> "<change-folder><enter>"
>
> Is there some obvious reason that I've missed that would stop these from
> working ? I've read through the ChangeLog but couldn't find anything
> relevant.
<enter> and <return> are primarily available for keys to bind functions
to. At the definition side of a macro command I suggest using \n , which
is (afaik) not terminal dependent and should always work. If not, the
output of "stty -a" may help to find the problem.
Gero