[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnubol: cobol.el
I checked in a new revision of cobol.el. Highlights are:
- Redefined comment-line-start-skip from nil to "^......\\*"
- Added (define-key cobol-mode-map "\t" 'cobol-indent-line)
- Redefined is-a-comment from " \\*" to "^ *\\*"
- Fixed a typo in the calculate-cobol-indent function--extra
parentheses
Basically fixed an irritation with the TAB key. If there are no
objections, I'm going to leave it the way it is--in order to properly
indent a line, you must go to beginning of line and TAB--if you are in
the middle of a line, or if you just indented by above procedure, TAB
will tab 4 spaces. Since I use TAB a lot (it being quicker and more
accurate than the spacebar), I decided to leave it's behavior alone.
It's the simple things that make coding fun. ;)
Two projects remain--making some COBOL abbrevs, and trying to find a
better way to do syntax highlighting than regexp.
Work progresses on the FILE front. Slowly, to be sure, but this week I
start another position at work that will afford a little more free time.
ciao,
--
Matthew Vanecek
perl -e 'print
$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
********************************************************************************
For 93 million miles, there is nothing between the sun and my shadow
except me.
I'm always getting in the way of something...
--
This message was sent through the gnu-cobol mailing list. To remove yourself
from this mailing list, send a message to majordomo@lusars.net with the
words "unsubscribe gnu-cobol" in the message body. For more information on
the GNU COBOL project, send mail to gnu-cobol-owner@lusars.net.