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

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

uncommenting-region + &


From: jgpiccinali
Subject: uncommenting-region + &
Date: Mon, 19 Sep 2005 17:49:05 +0200
User-agent: Internet Messaging Program (IMP) 3.2.5

Hello,

Uncommenting region is not doing as expected : my version is GNU emacs
= 21.3.1.

----------CUT HERE-----------
cat > out << EOF
 &control
 calculation = a
EOF

echo coucou
----------CUT HERE-----------

I want to comment this section of shell-script code : I select my
region and M-x comment-region, result is ok :

----------CUT HERE-----------
#cat > out << EOF
# &control
# calculation = a
#EOF
#
#echo coucou
----------CUT HERE-----------

My problem is that emacs can not uncomment this section because of the
"&control" line : I select my region and C-u-M-x comment-region, result
is KO :
----------CUT HERE-----------
cat > out << EOF
# &control
 calculation = a
EOF

echo coucou
----------CUT HERE-----------

Give it a try, and help me please ?




reply via email to

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