mercredi 4 juin 2008
Bar Geek à Paris
Idée: ouvrir un Linux bar à Paris, comme ailleurs, avec des prises partout, un rétro projecteur, et des conférences / présentations.
samedi 29 mars 2008
lundi 24 mars 2008
samedi 8 mars 2008
mercredi 7 novembre 2007
kanji
(defun kanji-filter (process output)
(insert-string output)
)
(defun kanji-start ()
(setq process-name "kanji-process")
(setq process (start-process process-name "kanji-buffer" "kanji.exe"))
(set-process-filter process 'kanji-filter)
(process-send-string process-name "marks")
)
(insert-string output)
)
(defun kanji-start ()
(setq process-name "kanji-process")
(setq process (start-process process-name "kanji-buffer" "kanji.exe"))
(set-process-filter process 'kanji-filter)
(process-send-string process-name "marks")
)
vendredi 31 août 2007
Some thoughts
Auto Completion can be strongly improve with the following things:
- in an environnement where variables must be prefixed with type (as bstrToto), completion is not very effective with the first letters -> so must be done with discriminating letters (as iswitch)
- for bstrToto, completion must work with no case
- in an environnement where variables must be prefixed with type (as bstrToto), completion is not very effective with the first letters -> so must be done with discriminating letters (as iswitch)
- for bstrToto, completion must work with no case
Inscription à :
Articles (Atom)