Re: Problem with the Converters interface

2004-01-16 Thread Christian Ridderström
import was already installed but I'd no idea it took screenshots :-) Now I've bound 'import screenshot.png' to the key 'Print Screen', so doing screenshots are *easy*. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: .lyx/preferences needs a warning

2004-01-16 Thread Christian Ridderström
On Mon, 12 Jan 2004, Andre Poenitz wrote: > On Fri, Jan 09, 2004 at 04:56:29PM +0100, Lars Gullik Bjønnes wrote: > > Christian Ridderström <[EMAIL PROTECTED]> writes: > > > > | I think it'll be a bit too "omständigt" to define command-sequences > &

Re: Problem with the Converters interface

2004-01-16 Thread Christian Ridderström
at I was going to find a quicker way of taking a screenshot than starting gimp. I thought I'd see what happens in the CVS version of LyX, but it doesn't compile right now :-( (I'll post the compile errors in a separate mail, right now I'm checking it out from scratch, just in

Re: [patch] move Selection

2004-01-15 Thread Christian Ridderström
On Thu, 15 Jan 2004, Andre Poenitz wrote: > On Wed, Jan 14, 2004 at 08:38:01PM +0100, Christian Ridderström wrote: > > On Wed, 14 Jan 2004, Andre Poenitz wrote: > > > > > > > Btw, I always found it a bit stange to have both (e.g.) 'word-left' > >

Re: [patch] move Selection

2004-01-14 Thread Christian Ridderström
one could even keep the 'word-left-select' command as some kind of > alias for 'com-seq selection on; word-left;' and still reduce the number > of LFUNs... An alias is fine, or with an argument: word-left select /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Problem with the Converters interface

2004-01-13 Thread Christian Ridderström
't gotten around to it yet :-/ /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: lyx::support::tempName

2004-01-10 Thread Christian Ridderström
ight be a minuscule problem: unlink() deletes the file right? So if the temporary file was created in e.g. /tmp, theoretically some other process might "steal" the name if it's been deleted? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: www.lyx.org/help link is broken

2004-01-09 Thread Christian Ridderström
xTips:... points to the new site now. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: .lyx/preferences needs a warning

2004-01-09 Thread Christian Ridderström
ead the bind-files.. (could be activated through a button in the preferences dialog), is that something to bugzilla, or do we already have plans that solves this? -- Dr. Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: .lyx/preferences needs a warning

2004-01-09 Thread Christian Ridderström
e as' option. Blast... now you've got me started. No, that's not enough because you might not have write access to these files. Besides, it screams bloat to put editing of these files in lyx. (maybe add a button for opening the files in your favourite edito

Re: .lyx/preferences needs a warning

2004-01-09 Thread Christian Ridderström
27;save as' option. > > Feel free ;-) Bah.. I was just trying to make some sense of Nirmals bug report when I encountered this... (although it's quite tempting - see my other reply). I just want to know what to bugzilla ... ;-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: .lyx/preferences needs a warning

2004-01-09 Thread Christian Ridderström
On Fri, 9 Jan 2004, Lars Gullik Bjønnes wrote: > Christian Ridderström <[EMAIL PROTECTED]> writes: > > | Hi > > > | While testing other stuff I noticed a behaviour about > | .lyx/preferences that means it (at least) should get a small warning > | text in th

Re: .lyx/preferences needs a warning

2004-01-09 Thread Christian Ridderström
On Fri, 9 Jan 2004, Christian Ridderström wrote: > Simple solution: Add a message to the beginning of .lyx/preferences > saying something like "edit at your own risk". Oh, I just noticed that it contains this text already: # This file is written by LyX, if you want

Re: Problem with the Converters interface

2004-01-09 Thread Christian Ridderström
I'm lost now - should 'View->pdftex' have been available? Maybe you could give the list of what you did in a little more detail? (i.e. as a step-by-step for dummies :-) Then I could try and reproduce it. [snip] > Is this a known issue? I'm guessing it is... any fix in the cvs? I only remember that I've been surpised by the UI for defining converters before, but I'm guessing this isn't in bugzilla... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

.lyx/preferences needs a warning

2004-01-09 Thread Christian Ridderström
n't belong to one of the categories in preferences, i.e. let them either stay where they are, or move them to an 'unknown'-section. Thoughts? Should I bugzilla this? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Most wanted feature: Spell as you type

2004-01-08 Thread Christian Ridderström
'spell checking' feature in my IM-client (Ayttm). I've now deactivated now because it was way too slow and extremely distracting/annoying when you where chatting. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Distinguishing Cross reference and Citation reference insets

2004-01-08 Thread Christian Ridderström
te_bg colour etc and > get correctly rendered bevelled edges to the button. > > The code to do all this exists. It's just a matter of juggling it > around. So... should he file an enhancement request at bugzilla for this? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Most wanted feature: Spell as you type

2004-01-08 Thread Christian Ridderström
e for the feature -- there are too many alternatives right now. Some (of the silly) suggestions: * spell-checking-as-you-type ** spelling-checker-as-you-type * spell-as-you-go-feature * auto-spell-checking * auto-spelling-checker * spell-checking-on-the-fly Or how about: * bi

Re: [patch] super fun - iterators and functors

2004-01-07 Thread Christian Ridderström
eate a generic algorithm called something like 'has_if', 'or_if', 'map_or' or 'map_predicate_or' that implements predicate(element1) || predicate(element2) || ... with "short-circuited" logic. I don't suppose there already is a function like this around? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Musings on new templates for InsetExternal

2004-01-07 Thread Christian Ridderström
edFormat() that returns a tag/token identifying the file format. Would it be overkill to introduce a class FileFormat that's simply derived from string? What's the purpose of 'buildFormatName()'... ... brain to tired and someone started chatting with me... :-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: [PATCH] Overwriting files without warning

2004-01-07 Thread Christian Ridderström
erminal in the tempdir? /Christian PS. Just a thought... but maybe calling 'tempdir' something else would make it less "scary" to normal users, e.g. something like 'workdir'? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: [patch] super fun - iterators and functors

2004-01-06 Thread Christian Ridderström
On Tue, 6 Jan 2004, Andre Poenitz wrote: > On Tue, Jan 06, 2004 at 01:44:02PM +0100, Christian Ridderström wrote: > > I guess the captialization of 'LayoutOut...' indicates that it's a class, > > but it's still not easy to see that it's a predicate-functo

Re: Musings on new templates for InsetExternal

2004-01-06 Thread Christian Ridderström
put me out of my misery? I know what you're going through... if answering the questions above didn't help, try flipping a coin. Now, if you find that you don't actually want to follow the result of the coin-flip, go with your gut/ sub-conscious/ and implemnt the other alternative ;-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Most wanted feature: Spell as you type

2004-01-06 Thread Christian Ridderström
out changing how the spell checking works now. (Then it could simply be two separate options/modes controlling if words should be spell checked as they are typed, and if incorrect spellings should be shown on screen or not. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: [patch] super fun - iterators and functors

2004-01-06 Thread Christian Ridderström
r-predicates? E.g. LayoutNameEquals_p(...)? I guess the captialization of 'LayoutOut...' indicates that it's a class, but it's still not easy to see that it's a predicate-functor IMO. Maybe we could use '_' inside the name? E.g. Layout_Name_Equals_p(...) or Layout_name_equals_p(...) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: [patch] more fun (Re: the point with pimpls.)

2004-01-05 Thread Christian Ridderström
to use 'var(s)' instead of 's'. > PS: Thanks a lot for you input. Just what I wanted. You're welcome... btw, you have referred to 'tr1' in some of the mails, what is that? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: [patch] more fun (Re: the point with pimpls.)

2004-01-05 Thread Christian Ridderström
ist.size(); } I'm not sure if alt. (a) works, and although I like alt. (b), it doesn't use the getBranch() method. In that case, I think alt (d) should work. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: the point with pimpls.

2004-01-04 Thread Christian Ridderström
in lisp etc? If so, it'd probably help me (but then I like using lambda constructors...). my 0.01 $ /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Most wanted feature: Spell as you type

2004-01-03 Thread Christian Ridderström
an entry needs to be added to the bugzilla so that this isn't forgotten (unless a developer immediately starts working on this). /Christian -- Christian Ridderström http://www.md.kth.se/~chr

New wiki page with links to LyX internet resources

2004-01-03 Thread Christian Ridderström
s/UsingMakefileToExportPDF for an example. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Naming of layouts - numbered/unnumbered

2004-01-03 Thread Christian Ridderström
down, and add a button for showing a dialog with a list of all environments. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Naming of layouts - numbered/unnumbered

2004-01-03 Thread Christian Ridderström
t I understand you do this to show how it would look only) yup... just a quick'n'dirty mock-up /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Naming of layouts - numbered/unnumbered

2004-01-03 Thread Christian Ridderström
easy. > > So... is "Standard" numbered or not? No idea... based on 'M-p s' I'd say it's not numbered ;-) But I have a feeling I'm missing your point... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Naming of layouts - numbered/unnumbered

2004-01-02 Thread Christian Ridderström
used to the '*' now... I think of it as a footnote marker that indicates that it's the unnumbered version of the environment. Additionally, it makes remembering the keyboard shortcuts pretty easy. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Most wanted feature: Spell as you type

2004-01-02 Thread Christian Ridderström
ss the "writing-home-exam-at-time" aspect made me not want to get sidetracked ;-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Most wanted feature: Spell as you type

2004-01-02 Thread Christian Ridderström
On Mon, 29 Dec 2003, Moritz Moeller-Herrmann wrote: > Christian Ridderström wrote: > >> > I've _suffered_ this "feature" in MS-Word... for me, the main problem > >> > was the distraction from content. E.g., I frequently found myself > >> >

Re: Which name is supposed to define the intended behaviour of an LFUN?

2004-01-02 Thread Christian Ridderström
On Fri, 2 Jan 2004, Lars Gullik Bjønnes wrote: > Christian Ridderström <[EMAIL PROTECTED]> writes: > > | duh... unless we suddenly entered a world without software bugs, how can > | you say that the code defines the intended behaviour? > |

Re: Most wanted feature: Spell as you type

2003-12-28 Thread Christian Ridderström
On Sun, 28 Dec 2003, Janus Sandsgaard wrote: > On Sun, 28 Dec 2003, Christian Ridderström wrote: > > > I'd like to give this (-infinity) in priority... but then I don't know > > what priority to give suggestions for an Office assistant, i.e. "Clippy" > &

Re: Most wanted feature: Spell as you type

2003-12-28 Thread Christian Ridderström
On Sun, 28 Dec 2003, Alfredo Braunstein wrote: > Christian Ridderström wrote: > > >> Altough I've never used it myself, and my first impression is more or > >> less like yours, the fact that there are so many people asking for it > >> makes me think it

Re: Most wanted feature: Spell as you type

2003-12-28 Thread Christian Ridderström
tweaking you might do just before final print) /Christian (*) Something I _really_ hated was the grammatical squiggly lines... of course, it's a bit unfair to expect the software to understand grammar when the text contains equations etc. -- Christian Ridderström http://www.md.kth.se/~chr

Re: new versions of seminar.layout and dinbrief.layout

2003-12-22 Thread Christian Ridderström
blem anyway, the account also does not have a home directory on that machine, but I don't know if that actually matters). -- Christian Ridderström http://www.md.kth.se/~chr ? contrib.diff Index: download/contrib.php3 ===

Re: where is the help text for lfuns?

2003-12-17 Thread Christian Ridderström
On Wed, 17 Dec 2003, Angus Leeming wrote: > Sure. Whatever. > It's all a pipe dream anyway. For the future, I've pasted some notes here: http://wiki.lyx.org/pmwiki.php/Devel/Lfun2lfun /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: where is the help text for lfuns?

2003-12-17 Thread Christian Ridderström
On Wed, 17 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > that also extracts any available help text from stdtoolbars.ui. > > Actually, since the ui-file uses a few command sequences, it ends up > > being a bit like examples of how you can use the comma

Re: where is the help text for lfuns?

2003-12-17 Thread Christian Ridderström
On Wed, 17 Dec 2003, Jean-Marc Lasgouttes wrote: > >>>>> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > Christian> What would this lfun2lfun-script operate on? (Or do you > Christian> mean that it would act like a filter

Re: What is IU???? (was Re: [patch] table fixes + some IU)

2003-12-17 Thread Christian Ridderström
On Tue, 16 Dec 2003, Angus Leeming wrote: > In other words, I'm quite happy with 'mathed' and 'texted'. I'll consider this settled then :) (Now I'd just like to know what they are) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: where is the help text for lfuns?

2003-12-17 Thread Christian Ridderström
On Tue, 16 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > Speaking of that, I used my script to see how the lfuns have changed > > between the recent releases. The lfuns for Lyx 1.3.1 - 1.3.3 are the > > same, but the n:o lfuns has dropped from 241 to 238

Re: where is the help text for lfuns?

2003-12-17 Thread Christian Ridderström
to put some descriptions, the script above can easily be extended to extract those as well. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: What is IU???? (was Re: [patch] table fixes + some IU)

2003-12-16 Thread Christian Ridderström
pdate mess', 'the inset locking (IL) > mess', 'the local cursor mess' etc) and are now busy to build > something sensible from the shards. I thought this was nicely phrased and created this page: http://wiki.lyx.org/pmwiki.php/Devel/Goals for discussing/listing development goals. /Christian -- Dr. Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: What is IU????

2003-12-16 Thread Christian Ridderström
On Tue, 16 Dec 2003, Jean-Marc Lasgouttes wrote: > >>>>> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > >> Users will find that they are then able to test these currently > >> incompatible insets inside each other. &

Re: where is the help text for lfuns?

2003-12-15 Thread Christian Ridderström
On Tue, 16 Dec 2003, Christian Ridderström wrote: > > Speaking of that, I used my script to see how the lfuns have changed > between the recent releases. The lfuns for Lyx 1.3.1 - 1.3.3 are the > same, but the n:o lfuns has dropped from 241 to 238 in the latest CVS. > However, t

Re: where is the help text for lfuns?

2003-12-15 Thread Christian Ridderström
241 HEAD is... 238 both 1.3.3 and HEAD is... 206 so at least alot must be have been going on "inside". Would it make sense to try and assemble descriptions for the lfuns as they are in HEAD (possibly context-dependent), in order to

Re: where is the help text for lfuns?

2003-12-15 Thread Christian Ridderström
ce) what each lfun actually does? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: What is IU???? (was Re: [patch] table fixes + some IU)

2003-12-15 Thread Christian Ridderström
On Mon, 15 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > > I've seen 'IU' several times now in the headers of posts... > > is this the same as UI? > > No. > UI: user interface. > IU: inset unification. The on-going proces

What is IU???? (was Re: [patch] table fixes + some IU)

2003-12-15 Thread Christian Ridderström
I've seen 'IU' several times now in the headers of posts... is this the same as UI? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: using ert-insert with self-insert in mathEd

2003-12-15 Thread Christian Ridderström
ises to cut down on his verbing) -- Christian Ridderström http://www.md.kth.se/~chr

where is the help text for lfuns?

2003-12-15 Thread Christian Ridderström
the 'help text' (or any other textual description) of lfuns, preferably so that I can have a script extract it. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Stupid spelling question: LFUN or lfun, minibuffer or mini-buffer

2003-12-14 Thread Christian Ridderström
rtant, using a consistent spelling will make it easier to search the site etc. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Which name is supposed to define the intended behaviour of an LFUN?

2003-12-14 Thread Christian Ridderström
On Sun, 14 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > duh... unless we suddenly entered a world without software bugs, how > > can you say that the code defines the intended behaviour? > > > > If you

Re: Which name is supposed to define the intended behaviour of an LFUN?

2003-12-14 Thread Christian Ridderström
On Sat, 13 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > So far it seems clear as crystal, but looking at the enum names and > > the strings for the user commands I get confused. Which one is > > supposed to "define"(*) the intended behaviour

using ert-insert with self-insert in mathEd

2003-12-13 Thread Christian Ridderström
illa this as a minor thing? Btw, I was actually expecting this to work (wishful thinking?): command-sequence ert-insert texCmd; /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Which name is supposed to define the intended behaviour of an LFUN?

2003-12-13 Thread Christian Ridderström
at happens when you press the Home-key in mathEd or textEd, but that I'm confused about which name is supposed to "define/indicate" the intended behaviour of the function. confused /Christian (*) I mean "define" in the sense that I think the name, either of the enum, or of t

Re: 'math-mode' and Insert->Math->AMS_Multline etc

2003-12-13 Thread Christian Ridderström
On Fri, 12 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 12, 2003 at 03:06:12PM +0100, Christian Ridderström wrote: > > This is about a _minor_ problem, for now I'm really only planning to > > "bugzilla and forget" about it. > > > > However, if you

'math-mode' and Insert->Math->AMS_Multline etc

2003-12-12 Thread Christian Ridderström
extrm{}? Shouldn't the LFUN be named something like 'math-mode-toggle' then? Or this just a side-effect of that the keyboard bindings are the same for textEd and MathEd, i.e. C-m -> math-mode and the rest follows? Anyway, these are mostly random thoughts since it's Fri

books (was Re: CharStyle discussion)

2003-12-09 Thread Christian Ridderström
ell... The link allows you to read the first few chapters in order to see if you want to buy the book or not. It does not contain additional formatting compared to the book... > So stop it. I have /Christian (signing off) -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-09 Thread Christian Ridderström
t occurs (once every 20 pages to a few times per page), and also the case of dialogs? If you are dead-set on using boxes, just say so ... /Christian (getting tired of this thread) -- Dr. Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: word-backward/forward in mathed

2003-12-09 Thread Christian Ridderström
shortcuts. Implementing the above would therefore be a waste of time in the long run. /Christian -- Dr. Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: word-backward/forward in mathed

2003-12-09 Thread Christian Ridderström
de this 'text-inset', and similarly, S-C-Left/Right should select up to word boundaries. Anyway, just a thought. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-09 Thread Christian Ridderström
On Mon, 8 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 08:19:16PM +0100, Christian Ridderström wrote: > > > > You need to fix your window manager? SCNR > > > > > > Indeed. Save a few small changes I use the same configuration as 14 > > >

Re: word-backward/forward in mathed

2003-12-09 Thread Christian Ridderström
f there is no sub-inset, it should go to the end like here: a + ( b + c )|+ d [C-Right] a + ( b + c ) + d| Going in the other direction, C-Left should move until it has skipped one sub-inset or reached the beginning, i.e. like this: a + ( b + c ) + d| [C-Left]a +|( b + c ) + d I hope you can understand what I mean with these examples. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: annoying mathed-behaviour (was Re: The current char style UI)

2003-12-08 Thread Christian Ridderström
re is usable. Not bad... I think this should be applied. Perhaps unrelated: If you do Ctrl-q when in a math-inset and discard the changes, lyx says it caught a bug once it has quit. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

passwords for the wiki-site

2003-12-07 Thread Christian Ridderström
mwiki/passwords.txt -rw-rw chrwiki /home/lyx/www/pmwiki/passwords.txt /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Move/add 'Math Panel' entry in the menu

2003-12-07 Thread Christian Ridderström
panel that often..) Opinions? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

subscript not working in 1.4-xforms?

2003-12-07 Thread Christian Ridderström
Hi Have the method of getting subscripts changed or something in 1.4 xforms? When I press '_' I actually get a '_' instead of a subscript? (Same thing goes for superscripts, '^' inserts a '^' :-( /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: lyx 1.4-xforms and typing the name of a directory

2003-12-05 Thread Christian Ridderström
d bit me, 'cause I'm trying to get table-of-contents thing working so that the FAQ.Unsorted will become a bit more sane) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 12:53:04PM +0100, Christian Ridderström wrote: > > With the ERT inset (in textEd) for instance, this is not really a problem > > since you have the visual "barrier" (box) that you pass through. > >

lyx 1.4-xforms and typing the name of a directory

2003-12-05 Thread Christian Ridderström
nice to make xforms behave as qt in this respect. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

annoying mathed-behaviour (was Re: The current char style UI)

2003-12-05 Thread Christian Ridderström
extinset isn't deleted, but highlighted and a cute text shows up on the statusbar saying "Press delete again to actually delete". a^2+\textrm{aFunction}| \---delete?--\ and then when you press delete again, you end up with a^2+| /Christian -- Christian Ridderström http://www.md.kth.se/~chr

word-backward/forward in mathed

2003-12-05 Thread Christian Ridderström
o the next word separated by a space). Anyway, my conclusion (?) is perhaps that a 'word' in a formula should correspond to something like a 'term' in a mathematical expression. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
it as an LFUN for people who're used to it. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 11:30:20AM +0100, Christian Ridderström wrote: > > For formulas, I want very fine-grained control of 'where' the cursor is, > > so the 2-cursor approach is useful, even if it sometimes feels like you

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Christian Ridderström wrote: > > And that's not because that's the natural way with the all-boxes > > approaches but because it's the way I think of the text markup. And > > not being sure whether I am inside or outside makes me uncomfort

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
; approaches but because it's the way I think of the text markup. And > not being sure whether I am inside or outside makes me uncomfortable. Are you thinking of a special situation here? (could you give an example) I remember it being a bit annoying to know where you are when you use C-e, but I couldn't find an example just now. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Martin Vermeer wrote: > On Fri, Dec 05, 2003 at 11:30:20AM +0100, Christian Ridderström spake thusly: > > > How about modes for controlling if markup borders (i.e. insets?) should be > > shown, these could be: > > * Don't show any boxes e

Re: feature request

2003-12-05 Thread Christian Ridderström
o's a lawyer, and studied in Germany for a while. He considered doing a phd, so it would be kind of fun to give him a thesis so he sees what he "missed" :) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
re in a strict hierarchy. Is there a similar distiction in 'textEd'? How about a figure float? No... that's not the same as a being in a subscript to me, since the subscript "belongs" to something. A footnote might belong to something though... bah, this gets too complicated... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: feature request

2003-12-04 Thread Christian Ridderström
On Thu, 4 Dec 2003, Andre Poenitz wrote: > [Btw whom do you expect to read a PhD thesis with 300 pages?] > His supervisor? Nah... he won't bother ;-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

why not report a problem (was Re: The current char style UI)

2003-12-03 Thread Christian Ridderström
problem, but who cares, LyX is still so good" i.e. parts of for instance mathed are so (bloody) good that you stop caring about minor problems or quirks. Now I wish I could remember what some of these quirks are... they are of course typically (re-)discovered when you're working a lot with lyx, doing things often, i.e. when you have a deadline coming up :-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Listings patch

2003-12-03 Thread Christian Ridderström
On Wed, 3 Dec 2003, Jean-Marc Lasgouttes wrote: > Indeed. I do not want changes in 1.3.x that will change the file > format. Excellent point, I'll start porting it to 1.4x now. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Upload limit due to apache configuration at wiki.lyx.org

2003-12-03 Thread Christian Ridderström
t 100kB would be enough, but even Uwe's .lyx-file is over 400kB... I suggest we increaes this limit to 1 MB instead, unless someone else has an objection or a better idea. /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Listings patch (was Re: LyX 1.4 task list)

2003-12-02 Thread Christian Ridderström
On Tue, 2 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > > > I'm working (ok was working before the wiki-stuff sidetracked me) on > > Herbert's listings (support for the listings package). This ought to > > be ready (long) before 1.4 I b

Re: LyX 1.4 task list

2003-12-02 Thread Christian Ridderström
idetracked me) on Herbert's listings (support for the listings package). This ought to be ready (long) before 1.4 I believe. Basically I have a bug in the 1.3.3-version that makes the inset not actually being inserted into the document :-(, other than that I just have to port it. /Christian --

Re: copyrights and Lyx wiki site

2003-12-02 Thread Christian Ridderström
On Tue, 2 Dec 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > > PS. I wonder if maybe the copyright page is one of the rare pages > > where editing should be restricted... > > Then you should get the spelling right. documentats? > thx /C

copyrights and Lyx wiki site

2003-12-02 Thread Christian Ridderström
istian PS. I wonder if maybe the copyright page is one of the rare pages where editing should be restricted... -- Christian Ridderström http://www.md.kth.se/~chr

Wiki has been restructured, feedback invited

2003-11-30 Thread Christian Ridderström
Hi I've restructured the LyX wiki site: http://wiki.lyx.org and would appreciate feedback on the structure. Especially from people who have no idea about what a wiki-wiki is... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: feature request

2003-11-28 Thread Christian Ridderström
rnatives for this because it would clutter the menus. (i.e. one alternative for "Open all floats", one for "Close all floats") - JMarc suggested a toggle-function for "insets similar to this point" (this sounds pretty good to me actually) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: commenting a figure float (bug?)

2003-11-25 Thread Christian Ridderström
; > Sounds like a bug to me. > > When you mean "comment", do you mean that the latex file contains > > %% This is the code in a comment > %% with a \includegraphics{foobar} > > rather than just a LyX-note that outputs nothing at all? Um... I think he means the paragraph style "Comment"... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Linking time

2003-11-15 Thread Christian Ridderström
> >fi > >if test x$enable_warnings = xyes ; then > > The above compiled for me using gcc 3.2.3, gcc 3.3.1 and gcc 3.3.2. Compiling with gcc 2.96 and gcc 3.0.4 failed because of missing ostream etc. If anyone is desperate for log outputs, see http://www.md.kth.se/~chr/lyx/build-logs/ /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: How the new cursor works

2003-11-11 Thread Christian Ridderström
I put it here: > >> http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper > > > | I don't know why, but it doesn't seem the right url to me ;-) Uhm... no... old copy buffer :-) > > http://wiki.lyx.org/pmwiki.php/DevelInfo/Cursor That's it... the wi

Re: How the new cursor works

2003-11-11 Thread Christian Ridderström
On Mon, 10 Nov 2003, Andre Poenitz wrote: Wow... I think I could follow that (sort of :-). Anyway, in case anyone gets an urge to add more info, I put it here: http://wiki.lyx.org/pmwiki.php/ExampleProsper/ExampleProsper /Christian -- Christian Ridderström

Re: [patch] long shot #2

2003-11-06 Thread Christian Ridderström
ind was good... (dry suit is probably 'recommended') /Christian -- Christian Ridderström http://www.md.kth.se/~chr

<    2   3   4   5   6   7   8   9   10   11   >