unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* uncommenting-region + &
@ 2005-09-19 15:49 jgpiccinali
  0 siblings, 0 replies; only message in thread
From: jgpiccinali @ 2005-09-19 15:49 UTC (permalink / raw)


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 ?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-19 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-19 15:49 uncommenting-region + & jgpiccinali

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).