Description:
Topics related to computerized text editing.
|
|
|
hardcopy with accented characters? (Vim; Windows)
|
| |
On Windows, how can I get accented characters from my Vim 7.2 hardcopy. My fileencoding is utf-8. My printer is Acrobat. This may be related? I tried set printencoding=utf-8 and Vim did not object but if I ask set printencoding? then Vim tells me E519: Option not supported: printencoding? (But :version tells me +printer)... more »
|
|
vim regexp non-greedy search
|
| |
I want to change all occurances of <FONT SIZE=3>some text goes here</FONT> to some text goes here</FONT> Preferrably to just: some text goes here How do I compose a non-greedy regular expression to find "<FONT SIZE=3>"? I've tried ...But the eliminates the entire line. thanks.
|
|
Editor that keeps track of multiple editor windows
|
| |
I use Notepad in the way that some people use yellow stickies to keep multiple sets of notes or reminders visible on the screen at the same time. I often resize windows to be quite small, to take up less screen space. Other times, I have overlapping windows, but the text that is sticking out reminds me of what the note is about.... more »
|
|
How can I fill text in vi?
|
| |
Yes, that's vi as in vi, not the more forceful vim. By filling I mean, of course, taking a ragged paragraph of text and reformatting it so it fits neatly into a maximum width of (say) 73 columns - what one might do with "g q }" in vim. Also, having vi wrap at the said column whilst typing would be nice.... more »
|
|
Search Editor
|
| |
Hi I search editor, smallest, fast, portable, with option, color foreground/background, text indent, formatting text, upper / low ...., for Windows Xp. you know? Thanks
|
|
Emacs implementations, list of, regular post [long, FAQ]
|
| |
Last-Modified: 2009-10-14 Posting-Frequency: bi-monthly URL: [link] Copyright: 1990-9, 2000-9 by Craig A. Finseth Archive-name: emacs-implementations Disclaimer: Approval for *.answers is based on form, not content. Emacs Implementations Document id Emacs Implementations and Literature... more »
|
|
ed is not dead
|
| |
My favorite text editor is Vim, but, sometimes, I have to use slow ssh connexions with ping >= 1000 ms. I recently had the idea to enable icrln, icanon, echo, echoe, echok on the local terminal, and disable echo on the remote terminal. Now, I've client-side basic line editing capabilities. This isn't nice with visual editors, since chars must explicitly be sent with CTRL+D. But, line-based editors become useful!... more »
|
|
using modeline to set procmail filetype
|
| |
When I open most common filetypes in vim, the filetype syntax colours appear as expected. But when I try to open /etc/procmailrc it just appears as all the one colour, as if the filetype is not recognised. In an attempt to get vim to automatically set the ft for it, I added: ...to the end of the file. But it still will not recognise it.... more »
|
|
|