[Bug 380860] Re: kile spell checker not aware of latex

2019-06-27 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=190906.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-04-28T12:43:23+00:00 Fermat-m wrote:

Version:   2.1 (using KDE 4.2.2)
OS:Linux
Installed from:Ubuntu Packages

Using kile 2.1, kde 4.2.2 under ubuntu 9.04 Tools->Spelling... the spell
correction does not recordnize latex commands, options or comments and
wants to correct them. E.g. \textit is suggested to be replaced.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/0


On 2009-05-18T16:39:45+00:00 Darek GaƂecki wrote:

I can confirm, this bug also applies to me.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/1


On 2009-06-04T12:41:24+00:00 p-f wrote:

Same problem here (2.0.81 on KDE 4.2.2, kubuntu). Seeing as how Kile is
a Latex editor, it's a bit sad that its default spell checker doesn't
support Latex markup.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/3


On 2009-09-17T23:12:21+00:00 Michel Ludwig wrote:

Fixed in kdelibs 4.4 with Kile 2.1.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/22


On 2010-07-31T19:28:30+00:00 Niburu1-k wrote:

The fix is not entirely adequate. E.g. \bibliography is not marked as a
spelling error but \bibliographystyle, \emph, \lnot, etc. are. It
appears there's only a select "few" commands that are being ignored by
spell check, but EVERY command should be ignored, i.e. every string of
the form '\'. I imagine this is even easier to implement then
creating a "blacklist" of commands to ignore which is why it surprises
me that this route was not chosen.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/35


On 2010-07-31T23:18:38+00:00 Michel Ludwig wrote:

(In reply to comment #4)
> The fix is not entirely adequate. E.g. \bibliography is not marked as a
> spelling error but \bibliographystyle, \emph, \lnot, etc. are. It appears
> there's only a select "few" commands that are being ignored by spell check,  
> > but EVERY command should be ignored, i.e. every string of the form
> '\'.I imagine this is even easier to implement then creating a
> "blacklist" of commands to ignore which is why it surprises me that this 
> route was not chosen.

This is exactly what is done.

Please ensure that you are using (at least) KDE 4.4, and that you are
using the most recent LaTeX highlighting file (latex.xml). You might
also want to delete an old version of it in

  $HOME/.kde/share/apps/katepart/syntax/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/36


On 2010-08-01T00:17:54+00:00 Niburu1-k wrote:

(In reply to comment #5)
> (In reply to comment #4)
> > The fix is not entirely adequate. E.g. \bibliography is not marked as a
> > spelling error but \bibliographystyle, \emph, \lnot, etc. are. It appears
> > there's only a select "few" commands that are being ignored by spell check, 
> >  > but EVERY command should be ignored, i.e. every string of the form
> > '\'.I imagine this is even easier to implement then creating a
> > "blacklist" of commands to ignore which is why it surprises me that this 
> > route was not chosen.
> 
> This is exactly what is done.
> 
> Please ensure that you are using (at least) KDE 4.4, and that you are using 
> the
> most recent LaTeX highlighting file (latex.xml). You might also want to delete
> an old version of it in
> 
>   $HOME/.kde/share/apps/katepart/syntax/

Ah, I'm using a custom latex.xml file I saved in my local directory so
that I could get syntax highlighting to behave nicely with my dark color
scheme. I suppose I might have to remove that to get spell check to work
correctly, but whether spell check ignores '\...' strings *should* be
independent of the syntax highlighting file. Why is the one dependent on
the other?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kile/+bug/380860/comments/37


On 2010-08-01T13:42:35+00:00 Michel Ludwig wrote:

(In reply to comment #6)
> Ah, I'm using a custom latex.xml file I saved in my local directory so that I
> could get syntax highlighting to behave nicely with my dark color scheme. I
> suppose I 

[Bug 380860] Re: kile spell checker not aware of latex

2014-05-23 Thread israelgarcia86
Hello Petko,

I tried your solution and it worked fine. Thanks a lot!

Bests,

Israel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/380860

Title:
  kile spell checker not aware of latex

To manage notifications about this bug go to:
https://bugs.launchpad.net/kile/+bug/380860/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2013-03-29 Thread petko
Hello guys,

I have just found out how to get rid of highlighting/spell checking
commented text in kile. The problem lies in editing latex.xml file. You
should be able to find this file in (in my ubuntu distro)

/usr/share/apps/katepart/syntax/latex.xml

or you can just download an updated version of this file from

https://projects.kde.org/projects/kde/applications/kate/repository/revisions/eea99f31dfe5c67ca6a26e5bf48a897f9287a958/raw/part/syntax/data/latex.xml

and save it to

~/.kde/share/apps/katepart/syntax/latex.xml

(This version also solves issues with highlighting of \citet{} and
\citep{} commands.) Then open it and find the line (452. line)
containing

itemData name=Comment defStyleNum=dsComment/

and replace it with

itemData name=Comment defStyleNum=dsComment spellChecking=false/

resulting in ignoring comments by the spell checker. As you can see,
almost all other environments are spell-check ignored. That's all,
folks. I hope this post will be helpful.

Regards,
petko

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in Ubuntu.
https://bugs.launchpad.net/bugs/380860

Title:
  kile spell checker not aware of latex

To manage notifications about this bug go to:
https://bugs.launchpad.net/kile/+bug/380860/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2013-01-15 Thread Ivan
No news about this bug? It's still there...

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in Ubuntu.
https://bugs.launchpad.net/bugs/380860

Title:
  kile spell checker not aware of latex

To manage notifications about this bug go to:
https://bugs.launchpad.net/kile/+bug/380860/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2012-09-25 Thread Ivan
Hi all,

I'm running 12.04 with Kile 2.1.0, myspell 1:3.3.0-2ubuntu3, and latex
keywords are still being considered grammar errors. Any solutions for
this problem?

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in Ubuntu.
https://bugs.launchpad.net/bugs/380860

Title:
  kile spell checker not aware of latex

To manage notifications about this bug go to:
https://bugs.launchpad.net/kile/+bug/380860/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2011-02-03 Thread Bug Watch Updater
** Changed in: kile
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in ubuntu.
https://bugs.launchpad.net/bugs/380860

Title:
  kile spell checker not aware of latex

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2010-10-05 Thread Bruno Lenzi
Hi, I tried the above solution in Lucid and got no improvement. All the
names of the figures in {} are misinterpreted for instance.

Thanks,
Bruno

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2010-08-25 Thread levien
As a reasonable temporary workaround in Lucid, I downloaded the latest version 
of latex.xml from svn 
(http://websvn.kde.org/trunk/KDE/kdelibs/kate/syntax/data/latex.xml?view=markup)
 and copied it into ~/.kde/share/apps/katepart/syntax/
It still has trouble with macro-parameters and backward quotes, but at least 
most LaTeX commands will be properly recognised as such. Especially if you only 
use on-the-fly spellchecking, it is quite usable this way...

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2010-06-17 Thread Bug Watch Updater
** Changed in: kile
   Status: Unknown = Fix Released

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2010-06-16 Thread Marcel Stimberg
** Also affects: kile via
   http://bugs.kde.org/show_bug.cgi?id=190906
   Importance: Unknown
   Status: Unknown

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2010-01-09 Thread molecule-eye
This bug is pretty close to being a joke: a LaTeX editor without auto
spellchecking and a manual spellcheck that doesn't ignore LaTeX markup!

Excuse me, I just moved from gnome to KDE and I find this quite
unbelievable.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-11 Thread dagurasu
fine.. maybe it isn't THAT simple I didn't mean to be condescending to
hard working volunteer programmers, seriously.  Maybe the hook to get
the latex awareness pushed in is elsewhere, but being that Kile is a
text editor of sorts, an extremely core feature like this should
probably not be written off as low priority, and should not be written
off as invalid(granted it's valid for the moment) just becasue Kile
relies on someone else's code to deal with it.  To the extent there is
any responsibility for free software writers to do anything, it seems
the responsibility is on the Kile programmers to get the functionality
Kile needs.  If they can't get it from Kate, they should get it
elsewhere.  If it's a bonus feature or minor issue and it was easy to
grab functionality from Kate and hope it works someday, fine, but this
is not either.   Kate is not the only software to ever implement spell
checking.   If marking it upstream means yeah we're working on it, but
we're working on it upstream, then great.  It doesn't look like that's
the case.  If kile programmers just don't have time to fix it, that's
quite understandable too.  That doesn't make the problem invalid or low
priority though.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-11 Thread dagurasu
My apologies.. I was confused and thought I landed on  kile bug
reporting thread.  For ubuntu I certainly agree it's upstream... but
that's true regardless of whether it's kate or kile, so not sure why the
response wasn't even more decisive, partially why I was confused.
Anyway,  it should just be reported to Kile as they are the latex
people, and let them decide who to send it to.  I'll check there.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-11 Thread Andreas Wenning
@dagurasu
Patching core KDE functionality to do it is out of scope for Ubuntu/Kubuntu. 
But if an upstream patch is committed, cherry-picking it might be an option.

The bug is marked as confirmed for kile (it is invalid for kdelibs, as
that is the KDE3 version of KDE's core libraries, and the problem is in
KDE4).

If you can check if the this is reported upstream and if not report it,
that would indeed be great! Please, if you find or make an upstream bug,
please link it here (if you don't know why, just post a link to the
upstream bug, and I'll do it). Then we'll be able to track the issue and
cherry-pick a fix if applicable.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-11 Thread Dominik
@Andreas:
This bug should be fixed in Kile 2.1 with kdelibs 4.4 (see 
https://bugs.kde.org/show_bug.cgi?id=190906)

** Bug watch added: KDE Bug Tracking System #190906
   http://bugs.kde.org/show_bug.cgi?id=190906

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-10 Thread dagurasu
I vote to bump up the importance of this bug and quit marking it
invalid.  It is clearly seems kile specific as it would be quite
impressive if any other part of kde cared or knew anything about latex
commands.  Kile is a text editor and for a text editor to have a spell
check feature that is not un-useable is not merely a wish for the wish
list.  It is a flat out serious bug, especially given that, sadly like
many things in kde, it once worked and now doesn't.  Even if this is an
upstream bug, Kile should not wait for an upstream solution.  Given that
aspell does work, it is clear that a downstream workaround is surely
possible, and moreover that the workaround can't be that complicated.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-10 Thread Andreas Wenning
Kile uses Kate (or rather katepart) for the editing part; and as far as
I have been able to gather the spell checking capability is done as part
of the katepart. So fixing this is not as trivial as it might seem and
involve core KDE; but if you know a fix please provide it!

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-07 Thread Michele
Why has theen been marked as invalid?  The bug is there, it's a regresion since 
it used to work before, many people are experiencing it and it is REALLY 
annoying

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-12-07 Thread Ab
** Changed in: kile (Ubuntu)
   Status: Invalid = Confirmed

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-11-18 Thread Erfa
Indeed, this is a very annoying bug. In the meantime, does anyone know
of any other programs that can do spell checking of LaTeX? (or the
.dvi/.pdf file for that matter). I've been looking around, not really
finding anything.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-11-11 Thread Xavi Ivars
This is a very annoying bug. I hope it's solved soon

** Changed in: kile (Ubuntu)
   Status: Invalid = Confirmed

** Changed in: kile (Ubuntu)
   Status: Confirmed = Invalid

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-11-04 Thread ArTaX
Why is this bug marked invalid? Thi bug affected also me (ubuntu 9.10)
and it is very annoing, it makes spellchecking completely useless...

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-09-11 Thread Scmb
One particularly annoying aspect of this bug for me is that the
spellchecker flags as misspelled every instance of ending double quotes.
That is, every time I write ``something'' it flags the word  something'
 as an error. ignore all, which helps speed up spell checking doesn't
help at all here, since every instance is a different word...

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-09-11 Thread Scmb
Will this bug be fixed in Ubuntu 9.10?

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-28 Thread Vincenzo Ciancia
Hmm, not fixed for me, can anyone clarify what the difference could be?
I am using up-to date karmic. The version of the kile package I am using
is 1:2.1.0~svn981319beta1-1ubuntu1 and it says in the about dialog that
it's kde 4.3 RC3.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-28 Thread ntmikey
Sorry, you are right - not fixed. 
I was checking rather simple child document (with no preamble) and spell 
checker did ignore \chapter, \section, \subsection, \cite, \caption, \label and 
\ref. 
However, it completely failes on preamble (even on \documentclass and 
\usepackage).
In the document it fails on \includegraphics, \subfloat and 
\begin{figure}[options], just to mention few.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-27 Thread ntmikey
I've installed the KDE 4.3 RC3 and I see it's been fixed in the Kile
version that ships with it.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-22 Thread ntmikey
Hope they fix it soon.

A workaround would be very helpful until the fix makes its way...

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-21 Thread Vincenzo Ciancia
I contacted kile developers directly, they are taking a look at the
problem.

** This bug is no longer a duplicate of bug 279081
   spelling check does not work in kwrite while writing

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-20 Thread ntmikey
*** This bug is a duplicate of bug 279081 ***
https://bugs.launchpad.net/bugs/279081

This bug definitely has NOTHING to do with bug #279081.
Kile spell checker does work and on-the-fly checking is not an issue here.

What doesn't work is that the spell checker should only check the text and 
ignore the latex commands. As atoms.h noted,
aspell -c file.tex
does this correctly.

To see our case, please open the attached file 'kilebug.tex' in Kile and then 
go to Tools-Spelling.
To see the correct spell checking you can run:
   aspell -c kilebug.tex


** Attachment added: sample latex file
   http://launchpadlibrarian.net/29316691/kilebug.tex

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-18 Thread atoms.h
*** This bug is a duplicate of bug 279081 ***
https://bugs.launchpad.net/bugs/279081

I very much agree that this bug is not a duplicate. My argument goes as 
follows: spell check does - in priciple - work but is not aware of latex 
commands. However, recently I tried spell checking in german which was not 
included in the list. Installing the german aspell dictionary made it work. So 
somehow Kile must use - and correct me if I'm wrong - aspell.
If I now use the very same .tex document and type 
$ aspell -l de -c verysame.tex
guess what, spell checking works perfectly without marking latex commands! I 
might be wrong but it seems that kile simply does not call aspell in latex 
mode...or in other words aspell is not aware it is checking a tex file. and 
this might be a VERY different problem than inline spell checking!

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-09 Thread Vincenzo Ciancia
*** This bug is a duplicate of bug 279081 ***
https://bugs.launchpad.net/bugs/279081

From the other bug report: The spell check does work in the lates KDE
4.1.*. Starting from this assumption, the problem reported in this bug
report is not going to be fixed in bug #279081. We will just see all
latex comments underlined in red, this will not change the status of
this bug.  Kdelibs do not need any tex awareness, kile needs it. The
word latex does not even appear on the other report and I would be
surprised if it was.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-08 Thread Luca Citi
*** This bug is a duplicate of bug 279081 ***
https://bugs.launchpad.net/bugs/279081

Hi Jonathan,
I am sorry but I disagree with you: this bug is not at all a duplicate of bug 
279081.
I am not asking for an on-the-fly spell-checker.
I am asking why with the on the on-request speller, commands like \usepackage 
are reported as errors while in the previous versions they were not.
I also think it is a bug and not an enhancement: it used to work, now it 
doesn't, making the spell checker in Kile completely unusable.
Nevertheless, by looking at the screenshot at
http://dhaumann.blogspot.com/2009/07/on-fly-spellchecking-in-kate.html
it looks like this patch solves both bugs.
Best,
Luca

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-08 Thread Andreas Wenning
*** This bug is a duplicate of bug 279081 ***
https://bugs.launchpad.net/bugs/279081

@Luca
Code-wise they are correlated it seems; and as it is fixed upstream the bug 
report mostly needs to act as a place-holder for now, so no need not to merge 
them.

It looks like the feature got left out initially when re-writing to
KDE4. And that it will re-appear in KDE4.4. Currently it is marked as a
bug, that is fixed upstream.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-07 Thread Scmb
If that is the case, why did this bug not affect Kile 1.9? I never had
this issue until I upgraded

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-07 Thread Greg
This should really be considered a bug (and hopefully an important one)
- it used to work and now it doesn't. I would also be interested in
knowing what changed about KDE/Kile that caused this.

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-07 Thread Andreas Wenning
Kile 1.9 is from before hardy; do you know if it worked or not in hardy
and/or intrepid?

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kile in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-07 Thread Andreas Wenning
Looks like the answer is here: http://dhaumann.blogspot.com/2009/07/on-
fly-spellchecking-in-kate.html

Kile uses katepart, so this also affects Kile. So we'll need to wait for
this to arrive most likely in KDE 4.4.

** Also affects: kdelibs (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: kdelibs (Ubuntu)
   Importance: Undecided = Medium

** Changed in: kdelibs (Ubuntu)
   Status: New = Triaged

** Changed in: kile (Ubuntu)
   Status: Confirmed = Invalid

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-07 Thread Jonathan Thomas
*** This bug is a duplicate of bug 279081 ***
https://bugs.launchpad.net/bugs/279081

kdelibs is the KDE3 kdelibs package, but this is a dupe of bug 279081in
this case. (Which is perhaps misclassified as kdesdk itself)

** Changed in: kdelibs (Ubuntu)
   Status: Triaged = Invalid

** This bug has been marked a duplicate of bug 279081
   spelling check does not work in kwrite while writing

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380860] Re: kile spell checker not aware of latex

2009-07-06 Thread Andreas Wenning
Kile uses the built-in spell checker of KDE, so this might not even be
possible as things are structured now. I'll add it as a wishlist item.

** Changed in: kile (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: kile (Ubuntu)
   Status: New = Confirmed

-- 
kile spell checker not aware of latex
https://bugs.launchpad.net/bugs/380860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs