Re: [Cvslog] r16476 - in /lyx-devel/trunk/src/frontends: Clipboard.h S...

2007-01-06 Thread AndrPoenitz
On Thu, Jan 04, 2007 at 07:06:52PM +0100, Enrico Forestieri wrote: > PS: I see that following the current fashion you started using utf8, > but please fix the headers of your mailer as it currently adds: > Content-Type: text/plain; charset=us-ascii > such that mutt mangles your name... That change

Re: [PATCH] Really separate X selection and Clipboard putting

2007-01-04 Thread AndrPoenitz
On Thu, Jan 04, 2007 at 10:23:53AM +1800, Bo Peng wrote: > >> I think middle-button-paste should keep lyx formating, if this can be > >> done properly, in terms of inter-application paste. Actually, I do not > >> mind at all that xterms paste lyx selection with extra stuff like > >> \begin{table}.

Re: [Cvslog] r16476 - in /lyx-devel/trunk/src/frontends: Clipboard.h S...

2007-01-04 Thread AndrPoenitz
On Wed, Jan 03, 2007 at 06:59:09PM +0100, Enrico Forestieri wrote: > I would like to be able to paste clipboard by middle mouse if the > selection is empty, but I see that you have strong opinions on this > point, so I don't insist on it, either. However, when you'll have a > buzzing in your ears,

Re: [PATCH] Clipboard-Paste unification

2007-01-04 Thread AndrPoenitz
On Wed, Jan 03, 2007 at 06:06:31PM +0100, Georg Baum wrote: > First reason: Performance. If we want to store LyX contents on the external > clipboard using the Qt interface we have to serialize it to a string, and > choose a suitable format (mime type). The natural format choice is of > course t

Re: Arrow keys and RTL support

2007-01-03 Thread AndrPoenitz
On Wed, Jan 03, 2007 at 09:47:24AM +0100, Jean-Marc Lasgouttes wrote: > > "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes: > > Dov> Okay, agreed! :) In order to decide what the right behavior is, > Dov> we should ask these questions on the LyX users' list --- we > Dov> should try to get the

Re: copy/paste problems with todays svn build

2007-01-03 Thread AndrPoenitz
On Wed, Jan 03, 2007 at 11:18:58AM +0100, Georg Baum wrote: > Am Mittwoch, 3. Januar 2007 01:47 schrieb Enrico Forestieri: > > I haven't seen any rationale, only opinions. Currently, when I copy > > something to the clipboard I cannot paste it by C-v, which is what > > the typical Windows user expe

Re: Hebrew encoding (cp1255)

2007-01-03 Thread AndrPoenitz
On Tue, Jan 02, 2007 at 02:06:47PM +0100, Abdelrazak Younes wrote: > Andr� Poenitz wrote: > >On Tue, Jan 02, 2007 at 10:53:47AM +0100, Abdelrazak Younes wrote: > >>Georg Baum wrote: > >>>I have no idea why, and I don't have any idea why we need the \rtl > &g

Re: Hebrew encoding (cp1255)

2007-01-02 Thread AndrPoenitz
On Tue, Jan 02, 2007 at 10:53:47AM +0100, Abdelrazak Younes wrote: > Georg Baum wrote: > >I have no idea why, and I don't have any idea why we need the \rtl > >flag in lyxrc. Why is RTL display not derived from the language? > > Hum, I've done some thinking about that... Instead of the language,

Re: unreachable code

2006-12-30 Thread AndrPoenitz
On Sat, Dec 30, 2006 at 08:48:26PM +0100, Peter Kümmel wrote: > > bool Paragraph::hfillExpansion(Row const & row, pos_type pos) const > { > if (!isHfill(pos)) > return false; > > // at the end of a row it does not count > // unless another hfill exists on the line

Re: unreachable code

2006-12-30 Thread AndrPoenitz
On Sat, Dec 30, 2006 at 08:48:26PM +0100, Peter Kümmel wrote: > > bool Paragraph::hfillExpansion(Row const & row, pos_type pos) const > { > if (!isHfill(pos)) > return false; > > // at the end of a row it does not count > // unless another hfill exists on the line