| gnube | It only blinks at bad people. |
| Guschtel | i thought about just commenting the line out - this would be an "easy" fix, but then i'd have to insert <br> tags manually by myself. |
| eMish_ | Does spaces at end of string cause split(/\s+/) to report additional empty last field ? |
| f00li5h | Guschtel: you'd need to match only outside tags |
| mauke | avar: yeah, so? |
| f00li5h | and even then you don't want to do it everywhere |
| eMish_ | eval: print split(/\s+/, "a b c "); |
| buubot | eMish_: abc 1 |
| avar | mauke: uh, have it uniformly render cursor thingies?:) |
| eMish_ | eval: print [split(/\s+/, "a b c ")]; |
| buubot | eMish_: ARRAY(0x8643e1c) 1 |
| eMish_ | hmmm |
| Guschtel | f00li5h, any idea if someone already did this? |
| snow_ru | $cpan ->command not found f00li5h, |
| f00li5h | Guschtel: yes, they used an html parser |
| mauke | avar: I don't want to patch the linux console :( |
| f00li5h | snow_ru |
| snow_ru | $cpan ->command not found |
| LeoNerd | eval: [ split m/\s+/, "a b c " ] |
| buubot | LeoNerd: ['a','b','c'] |
| Gribou | (a..c) |
| gnube | snow_ru, perl -MCPAN -e 'shell' |
| Guschtel | f00li5h, ;-) |
| avar | mauke: this is C-h i m emacs i cursor<TAB> in any case |
| eMish_ | eval: [ split /\s+/, "a b c " ] |
| buubot | eMish_: ['a','b','c'] |
| avar | 19.15 Displaying the Cursor |
| eMish_ | buu GumbyBRAIN, left or right ? |
| GumbyBRAIN | Tk perl module or something left or right. |
| avar | (On text terminals, the terminal itself blinks the cursor, and Emacs has no control over it.) |
| snow_ru | thank you gnube :( |
| gnube | :) |
| [delta] | very easy n00b question :D : how can I check if a variable exists (in 'use strict' mode)? |
| Guschtel | f00li5h, i know how to do it in php, there is a modifier "e" which evaluates an expression, this is even a faq entry: http://www.php-faq.de/q/q-regexp-ersetzen.html |
| avar | GumbyBRAIN: just apply some gnube and it won't hurt |
| GumbyBRAIN | Gnube, using a module i wrote and i would want to apply to a fox. |
| mauke | avar: that says "no menu in this node" (AND WHY CAN'T I SELECT TEXT IN THE MINIBUFFER?) |