Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Fixing cperl-mode
- Date: Fri, 03 Aug 2007 18:26:11 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: [tlug] Fixing cperl-mode
- References: <d8fcc0800708030102n29003d0cm1e63fe528ffd3ba5@mail.gmail.com>
Josh Glover writes: > Can anyone (Steve? Dave Brown?) give me a few pointers on how to get > started? Specifically, I want to be able to see what cperl-mode is > doing when I hit the TAB key to indent a line, so I can see why it has > a different idea of where the line goes than I do. In a perl buffer, `C-h k TAB' to find out what the function is called and get its docstring. `M-x find-function RET foo RET' to find the source of `foo'. `M-x debug-on-entry RET foo RET' to set a breakpoint on foo. `C-h i d m lispref RET m debugger RET' for information on the Q&D debugger. (Actually, it's more like a monitor or magic SysReq than a real debugger.) `C-h i d m lispref RET m edebug RET' for information on a real debugger (which does, however require some extra setup). And OK, it's just a wannabe debugger, but then Lisp is such a brilliantly transparent language that you won't need the full and immensely baroque and brain-damaged complexity of g.d.b.
- References:
- [tlug] Fixing cperl-mode
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Emergency nomikai August 17th?
- Next by Date: Re: [tlug] [OT] Good IT Resume
- Previous by thread: [tlug] Fixing cperl-mode
- Next by thread: RE: [tlug] What would happen to the Internet if the US fell off themap
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links