From: "Ruslan N. Balkin" <baron@dartel.ru> To: community@altlinux.ru Subject: Re: [Comm] Раскраска цитат в Sylpheed-Claws Date: Thu, 21 Nov 2002 21:58:42 +0300 Message-ID: <20021121215842.1aeba1c3.baron@dartel.ru> (raw) In-Reply-To: <20021121150557.2fc7d355.pem@rbcmail.ru> [-- Attachment #1: Type: text/plain, Size: 299 bytes --] JFYI: Проблема в s-c возникает из-за того, что после первой же сигнатуры (того, что начинается с "-- ", все остальное подсвечивается, как сигнатура. Вот только мнится мне, что раньше 0.8.6 это исправлено не будет, или можно наложить вот такой вот патч (patch -p1): -- С уважением, Балькин Руслан. [-- Attachment #2: sylpheed-claws-digest.patch --] [-- Type: text/plain, Size: 465 bytes --] diff -U2 -r ./src/textview.c ../claws.b/src/textview.c --- ./src/textview.c Fri Nov 15 04:20:20 2002 +++ ../claws.b/src/textview.c Thu Nov 21 20:35:28 2002 @@ -1136,4 +1136,11 @@ } +/* BaRoN! -- ÐÏÄÄÅÒÖËÁ ÄÁÊÄÖÅÓÔÁ */ + if (strcmp(buf,"--__--__--\n")==0) + { + fg_color = "e_colors[0]; + textview->is_in_signature = FALSE; + } + if (prefs_common.head_space && spacingfont && buf[0] != '\n') gtk_stext_insert(text, spacingfont, NULL, NULL, " ", 1);
next prev parent reply other threads:[~2002-11-21 18:58 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-11-16 17:42 [Comm] Раскраска цитат в Сильфиде Pyatnitskich Evgeniy 2002-11-16 21:12 ` Ruslan N. Balkin 2002-11-17 6:52 ` [Comm] Раскраска цитат в Sylpheed-Claws (was: Раскраска цитат в Сильфиде) Pyatnitskich Evgeniy 2002-11-17 7:56 ` [Comm] Раскраска цитат в Sylpheed-Claws Pyatnitskich Evgeniy 2002-11-17 13:48 ` Sergey S. Skulachenko 2002-11-17 15:09 ` Ruslan N. Balkin 2002-11-18 9:44 ` Pyatnitskich Evgeniy 2002-11-18 19:14 ` Ruslan N. Balkin 2002-11-19 12:25 ` Pyatnitskich Evgeniy 2002-11-19 15:09 ` Ruslan N. Balkin 2002-11-19 18:00 ` Sergey S. Skulachenko 2002-11-19 18:11 ` Sergey Vlasov 2002-11-20 11:24 ` Pyatnitskich Evgeniy 2002-11-21 9:05 ` Pyatnitskich Evgeniy 2002-11-21 18:58 ` Ruslan N. Balkin [this message] 2002-11-19 15:53 ` Pyatnitskich Evgeniy 2002-11-18 10:09 ` Pyatnitskich Evgeniy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20021121215842.1aeba1c3.baron@dartel.ru \ --to=baron@dartel.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git