| LeoNerd | And with EVALPERL turned off, it's not so bad |
| stu42j | If you want a system that forces you to do the right thing, perl may not be the language for you. |
| mauke | avar: 3) having found the manual, using the scroll wheel just beeps at me |
| avar | mauke: yeah, that probably sucks, you might want to recompile with gtk from cvs |
| cld2 | q[ender]: yeah, im having a hell of a time finding "--" but what you says makes sense for this program and its arguments/options. thanks. |
| avar | mauke: I never use the menu though |
| LeoNerd | stu42j: I don't think there could be a system that forces the right thing. Any system could be abused. I simply want something that makes it hard to do certain classes of obviously-wrong thing |
| avar | mauke: use the keyboard to move around in text |
| mauke | why the hell does emacs think beeping is an adequate response to scrolling requests?! |
| Guschtel | $ItemData{$Key} =~ s/\n/$1\<br\>/g; <- Can someone tell me how to change this line so that it does NOT insert a <br> when its inside an html-tag - is that possible? |
| avar | is this with the X gui toolkit or whatever emacs 21 uses? |
| f00li5h | perlbot: html? |
| perlbot | don't use regular expressions! See HTML::TokeParser, HTML::TokeParser::Simple, WWW::Mechanize, HTML::TreeBuilder, etc. |
| q[ender] | LeoNerd, maybe there is no Right Thing |
| action | avar always uses it under screen |
| avar | always uses it under screen |
| Guschtel | So that <a \nhref="...">...</a> stays like it is? |
| LeoNerd | q[ender]: Maybe so... I didn't require that. I required it disallow me doing certain types of obviously-wrong thing That's quite a different statement |
| mauke | avar: emacs is unusable in the console because it changes the cursor shape |
| f00li5h | Guschtel: what applicatioin is this for? |
| Guschtel | f00li5h, hm, this is a line taken from the otrs source code otrs.org |
| LeoNerd | mauke: To be fair, gvim also changes its cursor shape |
| Guschtel | in the faq module |
| mauke | avar: and that part is hardcoded in C LeoNerd: gvim doesn't run in the console |
| avar | mauke: my cursor is always a square |
| f00li5h | Guschtel: oh, i see |
| LeoNerd | Oh.. _console_ emacs changes cursor shape? HowTF does it manage that one? |
| PerlStalker | Not that I've seen. |
| avar | LeoNerd: it doesn't? |
| mauke | LeoNerd: it uses the cvvis (sp?) terminal capability |
| avar | I've never seen that happen |
| Guschtel | f00li5h, so i'd like my changes to be as minimal as possible |
| gnube | norc, console emacs (no-x emacs) does not change the cursor. |
| mauke | makes the cursor VERY VISIBLE (a blinking block in my case) |
| LeoNerd | Hrm... voodoo black magic there I suspect |
| avar | mauke: isn't this something your terminal emulator decides how to render then? |
| f00li5h | Guschtel: you'd need a big old regex for that |