By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Many will post code and console clips here. Since the user can't set a preference (can he?) for posting and reading in any particular font, could you make the default a monospaced font?
I set this article to Courier New ... anxious to see if it shows up that way.
>>Many will post code and console clips here. Since the user can't set a preference (can he?) for posting and reading in any particular font, could you make the default a monospaced font?
>>
>>I set this article to Courier New ... anxious to see if it shows up that way.
>
>It did, and it looks awful -- which is why I'm not setting the default to mono!
>
>The users can pick a mono font if they want to format a message in a particular way.
It did, and it looks awful -- which is why I'm not setting the default to mono!
The users can pick a mono font if they want to format a message in a particular way.
>>> Many will post code and console clips here. Since the user can't set a preference (can he?) for posting and reading in any particular font, could you make the default a monospaced font?
>>>
>>> I set this article to Courier New ... anxious to see if it shows up that way.
>> It did, and it looks awful -- which is why I'm not setting the default to mono!
>>
>> The users can pick a mono font if they want to format a message in a particular way.
> ---End Quote---
> Right. And they'll have to do it every single time they post.
> And I suppose anything emailed in plain text will show up in a proportional font.
> And readers on the web have no choice at all.
> I don't care how it looks. It should be functional.
> Using the web interface is no pleasure (though it's pretty and as you know, I
> enjoy the testing). You can't nest quotes. You can't partially quote with ease.
> You have to jump from page to page and scroll a lot. 60% of my browser's real
> estate is wasted. In the new forums, there's no NNTP at all, and emails look
> like crap. No one (least of all you) raved about sparklist but it's not even
> gone and I'm beginning to long for the good old days.
>---Quote---
>> And I suppose anything emailed in plain text will show up in a proportional font.
>---End Quote---
>That's dependent on the user's email configuration. If you want
>monospace fonts, you can change your default.
>>> And I suppose anything emailed in plain text will show up in a proportional font.
>> ---End Quote---
>> That's dependent on the user's email configuration. If you want
>> monospace fonts, you can change your default.
> ---End Quote---
> Can that default be set in the forum user's prefs? Or are you suggesting I
> start sending HTML email (something I have never done, could do, never will do).
set _exe=%@search[WINAMP.EXE,%ProgramFiles\Multimedia\Winamp;%ProgramFiles\Winamp]
iff defined _exe then
set .mp3="%_exe" /play
setdos /x-5
:: alias wamp (if not isapp "%_exe" ("%_exe"%+ delay 1))%+ "%_exe" /play %%@if[%%# == 0,"%%_cwd","%%@no_trailing_slash[%%$]"]
alias wamp (if not isapp "%_exe" ("%_exe"%+ delay 1))%+ "%_exe" /play %%@if[%%# == 0,"%%_cwd",%%@if["%%@unquote[%%1]" == "*",,"%%@no_trailing_slash[%%$]"]]
setdos /x+5
unset _exe
endiff
vefatica wrote:
I was talking about your email preferences on your machine, not your
forum preferences. Outlook / OE / Thunderbird all allow you to set your
default font for text emails.
The new forums do allow you to specify whether you want text or html mail.
Rex Conn
JP Software
Vince try using {CODE} tags (with square brackets instead of curly) to surround your batch text.
For example:
Code:set _exe=%@search[WINAMP.EXE,%ProgramFiles\Multimedia\Winamp;%ProgramFiles\Winamp] iff defined _exe then set .mp3="%_exe" /play setdos /x-5 :: alias wamp (if not isapp "%_exe" ("%_exe"%+ delay 1))%+ "%_exe" /play %%@if[%%# == 0,"%%_cwd","%%@no_trailing_slash[%%$]"] alias wamp (if not isapp "%_exe" ("%_exe"%+ delay 1))%+ "%_exe" /play %%@if[%%# == 0,"%%_cwd",%%@if["%%@unquote[%%1]" == "*",,"%%@no_trailing_slash[%%$]"]] setdos /x+5 unset _exe endiff
In the web interface, it's the '#' button on the toolbar.
-- Tim
> Drat! I'm reading my mail through gmail, and the board software rejects
> my replies. My email test will have to wait until I get home tonight.
Are you using profiles? The board will bounce your messages if it
thinks you're forging the header.
set _exe=%@search[mac.EXE,%ProgramFiles\CD-R\Monkey's
Audio;%ProgramFiles\Monkey's Audio;%ProgramFiles\Multimedia\Monkey's
Audio]
iff defined _exe then
alias mac "%_exe"
alias mac_d `mac %1 "%@path[%1]%@name[%1].wav" -d`
alias mac_e `mac %1 "%@path[%1]%@name[%1].ape" -c5000`
unset _exe
endiff
> Now I'm starting to test the email interface...
>
> -- T
> 1/ As mentioned in another thread, normal posting delay via the current
> sparklist server is a few seconds. Admittedly there have been occasions
> when
> the sparklist server was either down, or had other problems, resulting in
> very long delays. Similar problems occur with any server, and even with our
> own machines. Comcast's (my ISP) uunet portal was down for very long times
> recently, it did not affect email or sparklist access.
> 2/ I must manually delete all the junk below the sender's signature when
> responding
> 3/ I must manually convert the quoting style for doubly, triply, multiply
> quoted text to the simple style of email/nntp quoting. Above (where I did
> not convert) you see one "quote", and 3 "end quote" lines.
> 4/ I cannot use the "reply to all" / "reply" choices (in OE, ^G vs. ^R) to
> select whether my response is posted for the group or sent as private mail
> to the originator of the message. Any reply is always to the group. To
> answer to the poster privately I need to dig out the address from the raw
> message - tedious but possible, unless disguised, and rarely needed.
> I've never seen more than a 10-minute delay; but then I've never sent
> return-receipt-requested (which as I mentioned previously gets dumped
> into the spam pile.)