Name completion issue

I have a weird one.
I have a user who has an issue with Name completion. She types a name and the name completion pops up a name as it should. You press enter and this is where it gets weird. A window pops up with choices to choose from. I know is there are more than one email address for a person this will happen giving choices for the desired mail address. But in this case it lists anyone in the groupwise address book and frequent contacts that contain that particular group of letters to choose.
It seems this setting, whatever that may be, is held in this particular users Windows user profile. I can log in as me to the workstation and the problem does not happen if I login to groupwise either as myself or as the user. If I login to the workstation as the user, This happens no matter if I am logged into Groupwise as me or as the user.
Any ideas???
Dave Burek

Hi Dave,
If I am understanding your situation correctly, this is a client side setting. On the affected workstation open the GroupWise client. Open a New Mail and then in the TO: box right-click your mouse and deselect "Search Mode"
Let us know how it goes.
Cheers,

Similar Messages

  • File name completion

    I am running Korn Shell on Solaris (on SUN Ultra 60) and have a problem with file name completion.
    Prior to Korn I ran C-shell and after set filec=on the filename completion worked ok.
    Although my understanding is that Korn shell have this feaure built in I also tried export filec=on but it did not help. I am using Esc-Esc to attempt the file name completion. By the way Esc-= works and I get a list of options. Can anybody help? Thanks.

    Hello
    I am using Solaris 8 ultra-80, found this discussion and into the same problem, before this i used to work on HPUX 11.0/11i never had problem on "filec" as i believe this is "by default" set in ksh.
    But on solaris i am finding it difficult to use "file completion" ( i mean filec: using ksh -o vi).
    Could some one suggest!!, how do i go about!!.
    I don't want to use ksh -o emacs, as i am happy using "ksh -o vi".
    -Thanks

  • Column name completion?

    Hello,
    Is column name completion available in the SQL editor? In other products you can usually type "select * from footable a where a." and it lists all columns in the table. At least it doesn't seem to be enabled by default and I didn't find anything in preferences
    Nice look and overall feel in general.
    Edit: it seems to work on "footable.". It would be nice to have it on aliases also.

    It looks like autocomplete is broken in 897. When I type "select * from jfuda.dept." the cursor turns to an hour glass like its about to do something and then ... nothing ... no popup. (My Code Insight: Completion preferences are all checked, btw.)
    Also, re. lower vs upper case, personally I prefer lower case, but I'm sure others would prefer upper case. How about inspecting the preceeding alias or table name and using whatever format it was typed in? For example, if I type "jfuda.dept.", I'd see a pick list with lower case values. If I type "JFUDA.DEPT.", an uppercase list of values would appear.

  • File name completion in Solaris 8 (SPARC)

    I am running Solaris 8 on an old SPARC-20 using the C shell. File name completion will not work for root or any other users. I have verified that all are setup with the C shell by using echo $SHELL. Other C shell features (aliases, command history, etc..) work. Anyone have any ideas?

    Have you set filec=on ?
    Steve - SunDTS

  • Object name completion

    In ACE documentation, it talks about one feature referred as Object name completion, does anyone know what it is?

    This completion is also available via the '?'
    In the example below - remote-access is the class map and is listed when you type '?'
    switch/Admin(config)# class-map type management ?
    Please enter the name of the class-map (Max Size - 64)
    match-all Logical-AND all match statements under this class-map
    match-any Logical-OR all match statements under this class-map
    remote_access
    switch/Admin(config)# class-map type management
    switch/Admin(config)# class-map type management r?
    remote_access

  • Address Book - Name Completion Search Order missing books

    We have Groupwise 8.0.2 running on Netware 6.5 SP8
    Problem: in the Address Book, the Name Completion Search Order shows different Available Books depending on the computer, but no computer has all the available books.
    Computer 1: (the user's pc): Windows 7. The Available Books has only the Groupwise Address Book and the Frequent Contacts. It does not show the user's personal address book as being available, it is not even listed in the box.
    Computer 2: Windows 7. The available books box is empty.
    Computer 3: (my pc) Windows XP. Logging into Groupwise with the user's account, the available books box is empty (same as Computer 2), but when I go into my account, all 3 books are showing (Groupwise, Personal, and Frequent Contacts)

    Hi
    like Laura said, there are different misc. support options for gwcheck:
    PABCHANGEFIX
    PABDELDUPREC
    PABFIX
    PABONLY
    Do they correct anything if you run them
    1. against the caching mailbox (if used)
    2. against the online box?
    IMHO there should be a "how to" when the users personal address book is missing/deleted and not just closed...
    Just google a bit ;)
    Cheers,
    Pascal

  • SharePoint 2013 (O365) Name Resolving Issues

    I am a global administrator for my O365 environment.  I am having issues with names resolving in SharePoint
    I am trying to add people as term set managers in the managed metadata interface.  If I just type someone's name and hit save, then it works (although their name is converted into a long garbled string).  If I click the "Check Name" or
    select the user from the Address Book the Save operation does not work (it says that I need to complete a required field - the term store manager field).
    Also, in workflows on lists, I am having a similar issue.  I am creating a workflow in SharePoint Designer 2013. I am trying to have an email send to a DL.  When I manually type out the full URL ([email protected])
    or when I select the DL from the address book within the Email form in SharePoint designer, the email address resolves to a strange string/GUID.  It appears that the workflow is successfully sending an email to this GUID, but nobody who is a member of
    the DL receives the email.  If I select a user's name directly from the Address book (not a DL), that user does receive the email.
    Thanks!

    I believe this is a long standing bug. The first I heard of it was back in late October 2013. Open a case with MSO support.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Module Function Name Resolution - Issues with DefaultCommandPrefix

    Just getting started on module development, running PS4, and I've run into an... inconsistency... that I'm trying to understand. I've got two test functions, Get-Something and Set-Something in a script module. In my manifest file I specify a DefaultCommandPrefix
    of 'Test'.
    My issue is the function name resolution doesn't result in an executable result if you leave PowerShell up to it's own process.
    To begin with I closed all sessions and deleted all files in the CommandAnalysis directory. After starting a session I waited for the CommandAnalysis cache to populate. Then I ran a series of test commands to illustrate how, most of the time, the function
    name PowerShell registers with tab completion can't be executed because it lacks the 'Test' prefix. Even worse, much of the time tab completion won't recognize the correct (i.e., with prefix) name of the function and honor tab completion for it.
    Having just learned of the CommandAnalysis cache I assumed I would see it change as PowerShell 'learned' more about the module because the name resolves differently over time. I've included three files at the end of this post, the module code (ModuleTest.psm1),
    the manifest (ModuleTest.psd1) and the capture of output to the PowerShell session (ModuleTest.txt). I've tried to include the times I used <tab> and <ret> for tab completion and execution as well as (comments in parenthesis for things I did like
    starting a new session and checking the CommandAnalysis cache for changes).
    An example is, when first starting a session typing 'get-som<tab>' will resolve to 'Get-Something' (prefix 'Test' missing) and typing 'get-test<tab>' won't resolve to 'Get-TestSomething'. Try to execute the 'Get-Something' from tab completion
    and you'll get the 'name not recognized, blah, blah'.
    Now if you type 'get-som<tab>' PowerShell will resolve to 'ModuleTest\Get-Something' - looks promising... but no.  Try to execute the 'ModuleTest\Get-Something' from tab completion and you'll still get the 'name not recognized, blah, blah'.
    Even though the same key strokes resolved differently there were no changes made to the CommandAnalysis cache so I'm lost on why it produces two different (though equally useless) results.
    Manually importing the module and sometimes running Get-Command -Module ModuleTest will make tab completion of the function names behave correctly. Is this a known issue with using DefaultCommandPrefix in script modules or is there something I need to include
    in the manifest to enforce strict name recognition (including the prefix)?
    <ModuleTest.psm1>
    function Get-Something
     Write-Host "Get-Something Executed"
    function Set-Something
     Write-Host "Set-Something Executed"
    <ModuleTest.psd1>
    # Script module or binary module file associated with this manifest
    ModuleToProcess = 'ModuleTest.psm1'
    # Version number of this module.
    ModuleVersion = '1.0.0.0'
    # ID used to uniquely identify this module
    GUID = '241877ff-64be-40c8-a603-8d5acf7a48d8'
    # Author of this module
    Author = 'wb3'
    # Company or vendor of this module
    CompanyName = ''
    # Copyright statement for this module
    Copyright = '(c) 2015. All rights reserved.'
    # Description of the functionality provided by this module
    Description = 'Module description'
    # Minimum version of the Windows PowerShell engine required by this module
    PowerShellVersion = '2.0'
    # Name of the Windows PowerShell host required by this module
    PowerShellHostName = ''
    # Minimum version of the Windows PowerShell host required by this module
    PowerShellHostVersion = ''
    # Minimum version of the .NET Framework required by this module
    DotNetFrameworkVersion = '2.0'
    # Minimum version of the common language runtime (CLR) required by this module
    CLRVersion = '2.0.50727'
    # Processor architecture (None, X86, Amd64, IA64) required by this module
    ProcessorArchitecture = 'None'
    # Modules that must be imported into the global environment prior to importing
    # this module
    RequiredModules = @()
    # Assemblies that must be loaded prior to importing this module
    RequiredAssemblies = @()
    # Script files (.ps1) that are run in the caller's environment prior to
    # importing this module
    ScriptsToProcess = @()
    # Type files (.ps1xml) to be loaded when importing this module
    TypesToProcess = @()
    # Format files (.ps1xml) to be loaded when importing this module
    FormatsToProcess = @()
    # Modules to import as nested modules of the module specified in
    # ModuleToProcess
    NestedModules = @()
    # Default command prefix
    DefaultCommandPrefix = 'Test'
    # Functions to export from this module
    FunctionsToExport = '*'
    # Cmdlets to export from this module
    CmdletsToExport = '*'
    # Variables to export from this module
    VariablesToExport = '*'
    # Aliases to export from this module
    AliasesToExport = '*'
    # List of all modules packaged with this module
    ModuleList = @()
    # List of all files packaged with this module
    FileList = @()
    # Private data to pass to the module specified in ModuleToProcess
    PrivateData = ''
    <ModuleTest.output>
    PS C:\Scripts\PowerShell> Get-ChildItem -Path 'C:\Program Files\WindowsPowerShell\Modules' -Recurse<ret>
        Directory: C:\Program Files\WindowsPowerShell\Modules
    Mode                LastWriteTime     Length Name
    d----          3/5/2015   9:06 AM            ModuleTest
        Directory: C:\Program Files\WindowsPowerShell\Modules\ModuleTest
    Mode                LastWriteTime     Length Name
    -a---          3/5/2015   8:50 AM       2907 ModuleTest.psd1
    -a---          3/5/2015   9:01 AM        140 ModuleTest.psm1
    PS C:\Scripts\PowerShell> Get-Module -ListAvailable<ret>
        Directory: C:\Program Files\WindowsPowerShell\Modules
    ModuleType Version    Name                                ExportedCommands
    Script     1.0.0.0    ModuleTest                          {Get-Something, Set-Something}
    PS C:\Scripts\PowerShell> get-som<tab>
    PS C:\Scripts\PowerShell> Get-Something<ret>
    Get-Something : The term 'Get-Something' is not recognized as the name of a cmdlet, function, script file, or operable
    program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + Get-Something
    + ~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Get-Something:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-som<tab>
    PS C:\Scripts\PowerShell> ModuleTest\Get-Something<ret>
    ModuleTest\Get-Something : The term 'ModuleTest\Get-Something' is not recognized as the name of a cmdlet, function,
    script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
    correct and try again.
    At line:1 char:1
    + ModuleTest\Get-Something
    + ~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (ModuleTest\Get-Something:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab>
    PS C:\Scripts\PowerShell> Get-TestSomething<ret>
    Get-Something Executed
    (New Session)
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab><ret>
    get-tes : The term 'get-tes' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + get-tes
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (get-tes:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Scripts\PowerShell> Import-Module ModuleTest<ret>
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab><ret>
    PS C:\Scripts\PowerShell> Get-TestSomething
    Get-Something Executed
    (New Session)
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab><ret>
    get-tes : The term 'get-tes' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + get-tes
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (get-tes:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Scripts\PowerShell> Get-Command -Module ModuleTest<ret>
    CommandType     Name                                              
    ModuleName
    Function        Get-TestSomething                                 
    ModuleTest
    Function        Set-TestSomething                                 
    ModuleTest
    (No change in CommandAnalysis cache)
    PS C:\Scripts\PowerShell> get-tes<tab>
    PS C:\Scripts\PowerShell> Get-TestSomething<ret>
    Get-Something Executed
    PS C:\Scripts\PowerShell> moduletest\get<tab><ret>
    PS C:\Scripts\PowerShell> Get-TestSomething<ret>
    Get-Something Executed
    William Busby, PMP

    Hi William,
    yes, that's something you'll either have to do the hard way or live with admin confusion.
    If you're using Sapien's PowerShell Studio as an Editor (hint: Usually a great idea), you can very easily rename a function, even in a multi-file module project, by rightcklicking on the function-name and selecting "rename".
    Alternatively you can do a bulk rename with Powershell:
    Get all functions in your module (Load it and check exportedcommands)
    loop over each function-name
    calculate new name
    search your entire project for all references and replace them.
    Let me see ...
    function Rename-ModulePrefix
    [CmdletBinding()]
    Param (
    [Parameter(Position = 0, Mandatory = $true)]
    [string]
    $ModuleName,
    [Parameter(Position = 1, Mandatory = $true)]
    [string]
    $OldPrefix,
    [Parameter(Position = 2, Mandatory = $true)]
    [string]
    $NewPrefix,
    [Parameter(Position = 3)]
    [string]
    $Path
    # Catch all typos
    Import-Module $ModuleName -ErrorAction 'Stop'
    # Get root path if not manually passed
    if (-not $PSBoundParameters["Path"])
    $Path = (Get-Module $ModuleName).Path
    # Get module files
    $Files = Get-ChildItem -Path $path -Recurse -Include "*.ps1", "*.psm1", "*.psd1"
    # Iterate over each file
    foreach ($file in $Files)
    # Null variable in case you get an empty file somewhere and run this from Win 7
    $data = $null
    # Get Content of file
    $data = Get-Content $file
    # Replace strings
    foreach ($c in (Get-Module $ModuleName).ExportedCommands)
    $newName = $c.Name -replace $OldPrefix, $NewPrefix
    $data = $data | ForEach-Object { $_ -replace $c.Name, $newName }
    # Write back to file
    $data | Set-Content $file
    While I didn't proof it, in theory this should do it (Make a backup before running it :) ).
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • 30EA4 : Code Completion issues

    1.
    Code Completion got better in 30EA4, still I need to do 3 retries with 5 second gap in between. (both explicit and implicit)
    See log below.
    And where is preference for code completion log and deadline thresholds, Vadim promised
    30EA2 : Code Completion not working . Are they in 30EA4 ?
    2.
    Another issue in Code Completion is when I continue typing code completion list just get cleared then get repopulated with filtered value. We need to see new list with filtered value, but I wish the list not get cleared completely, instead just hide those items in the list not matching new filter.
    3.
    I want the Code Completion to fill in at lower case, do I have option to do that?
    (or you can also automatically decide case of Code Completion, if I started typing with lowercase fill in with lower case)
    Vadim asked for output log, here is the one I got, first one explicit call using ctrl+space, second on implicit call
    Exception in thread "InsightThread" java.lang.NullPointerException
    at oracle.dbtools.raptor.insight.CompletionInsight.colNamesMatch(CompletionInsight.java:1189)
    at oracle.dbtools.raptor.insight.CompletionInsight.joinConditions(CompletionInsight.java:1170)
    at oracle.dbtools.raptor.insight.CompletionInsight.complete(CompletionInsight.java:809)
    at oracle.dbtools.raptor.insight.CompletionInsight$InsightThread.run(CompletionInsight.java:399)
    Exception in thread "InsightThread" java.lang.NullPointerException
    at oracle.dbtools.raptor.insight.CompletionInsight.colNamesMatch(CompletionInsight.java:1189)
    at oracle.dbtools.raptor.insight.CompletionInsight.joinConditions(CompletionInsight.java:1170)
    at oracle.dbtools.raptor.insight.CompletionInsight.complete(CompletionInsight.java:809)
    at oracle.dbtools.raptor.insight.CompletionInsight$InsightThread.run(CompletionInsight.java:399)

    Hi,
    When I press ctrl+space after typing partial name of table (while doing select * from X___) the context menu appears, and when I select select the table name (by hitting Enter key) it doesnt replace what I had typed with what I have selected form list.
    e.g.
    If table name is customer
    select * from cust (hit ctrl+space here and select 'customer' from list)
    Now the statement appears like this
    select * from custcustomer
    Where I expect is code completion should replace what I have typed once I select the right name from list.
    Am I missing some basic settings here
    My SQL Developer version is 3.0.04
    Regards,
    Bhupendra

  • Whitespace in User Account Name causes issues with various functions

    I've run into a few issues with users who have whitespace in their account names (for example, a user account name that was: "Joe Smith"). Generally, I think this is a result of windows interpreting the last name as a parameter when it tries to
    run a certain function. One place where this occurs and is easily replicated is in the "Troubleshoot Program Compatibility Wizard" which gives an error about permissions, another place this occurs is in the dx9 web installer which gives an error
    message concerning advpack.dll
    In both of these cases I've been able to 'fix' the issue by relocating the TEMP and TMP environment variables to a folder like C:\TEMP, however I still have some issues with other installers and programs such as the 3rd party Cordova build program and the
    android sdk which both get stumped by spaces in the user account name. From my understanding there is no way to change a user account name (not just the name which displays but the name which Windows reads) without deleting the account and copying often several
    gigabytes of files and settings over to a completely new account. Is this correct? Is there a way to remove the whitespace from an account name without these hackish workarounds? Is there anyway to report this as a bug to Microsoft in the hopes that they either
    remove support for usernames with whitespaces or come up with some way to make their internal features like the Compatibility Wizard operate correctly in these (fairly common) install environments? It's an incredibly pesky bug to identify....

    1. Spaces are allowed but not recommended. I would avoid using space(s) in account names.
    2. I do not understand what you have prevented from changing user name.
    3. For problems with 3rd pty programs ask support/forum of respective software vendors.
    4. If you feel like addressing Microsoft, use
    http://support.microsoft.com/contactus/?ln=en-us
    Regards
    Milos

  • Slow name completion on any but first book in selected list

    Just upgraded WA App (web) piece to HP3. All other agents, etc. on HP2. This was done because we're having WA agent connectivity issues (known issue apparently), plus we run BES and RIM has not tested HP3 yet (so they say).
    Anyway... prior to HP3 patching, we had to type first name (space) and then first initial for name to complete. This seems to have been corrected in HP3, as I now can down arrow through list after typing part of first name.
    Problem is, while it quickly searches/lists whatever happens to be in the first book in search order, the other books take 30-60 seconds to 'wake up' so I can scroll through.
    Any way to correct/speed up?
    thanks

    Lindsey,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Waiting for the previously running task to complete issue

    I am running the full extract process , and one task SDE_ORA_InventoryProductDimension running for 18 hours and its status is "Waiting for the previously running task to complete"
    but all running tasked are completed and left tasks are queued by this task, so what make this issue happen?
    I restart the informatica server and the task running now!
    but for this task I run before it has ten million records , and it always make the dataware house server's cache full and server down,
    so how to handle this problem?
    Edited by: Yu Yang on Apr 16, 2013 4:58 AM

    Check if /*+ FULL(PER_ALL_PEOPLE_F) */ hint existed in the SDE_ORA_INVENTORYPRODUCTDIMENSION_FULL mapping Source qualifier?.
    I suggest you to raise an SR and check with your DBA's if they can do something to improve the Performance.
    Mark helpfull if it helps.
    Regards,
    Veeresh Rayan

  • Name Case issue in Link Palette

    I have imported couple of Links in InDesign CS6. All links are imported well. The issue is happened in case sensitive of links as described below.
    1. I have imported the links with the naming convention as shown below.
         001_FlowerX1.jpg
         002_FlowerX2.jpg
         003_FlowerX3.jpg
         004_FlowerX4.jpg
         005_FlowerX5.jpg
    2. I have renamed the links after imported into InDesign as shown below.
         001_flowerx1.jpg
         002_flowerx2.jpg
         003_flowerx3.jpg
         004_flowerx4.jpg
         005_flowerx5.jpg
    Can you see the difference of the naming convention between points 1 & 2? There is a case sensitive difference.
    InDesign Link palette does not show modified/missing links. The image status looks "OK" in the Link palette after change the original name in point 2.
    I just wonder how InDesign does not show modified/missing links in the Links palette after changing the name. Attached screenshot of case sensitive difference in the links naming convention for your reference.
    Anyone help on this issue to overcome and provide a solid solution of the same.

    Is your Mac set up to use case-sensitive file naming? I'm not a Mac person, but my recollection is you have to go to some pains to format the drive for case-sensitivity.
    If, in fact, you simply change the case without moving the files and you are not formatted for case-sensitivity I would expect ID to continue to recognize the files at the old locations and to update automatically the next time you open the document. If you change the names in Finder whiel the document is open I would expect to see a file modifcation warning, but not a missing file. I don't know why ID isn't updating the spelling, though. Perhaps it's because it doesn't matter.

  • Domain name transfer issues

    I am having trouble with a domain name I purchased forward to my .mac. This is the second domain name I have purchased. The first one I had issues with too, but it works fine now when the name is typed in a browser window. I copied the exact info, but I am getting an error from .mac saying name doesn't exist. I published the site in iWeb just like I did my first site....every step was the same. I can not figure out why I am getting an error -- can anyone help?

    I fixed it. iWeb address changed from first site to second site, so copying address to forwarding URL was not enough. I had to make the necessary changes. Thank you for responding

  • Bash-completion issues after bash upgrade

    Hi.
    Is it only me or bash-completion stopped working after bash upgrade (3.2.017-2 -> 3.2.025-1)?
    I also had to remove ". /etc/profile" from all existing .bashrc files to have it properly interpreting /etc/profile and /etc/profile.d/* files,
    which was fine with previous bash version. Probably that line was not needed anyway, but for sure the behavior of bash has changed.
    And bash-completion doesn't work anymore at all.
    bash-completion looks like it has been updated too, but it still doesn't work properly.
    I have: core/bash-3.2.025-1 and extra/bash-completion-20060301-7.
    "Not working properly" means that when I press the tab it does just a normal completion. Without respecting the type of a command for which I am completing the argument.
    It used to complete only media files for 'mplayer', only directory names for 'cd' etc. And now it tries to complete every file present in the directory.
    Hmm... I guess that '. /etc/profile' line was needed after all. When I re-added it it started working again. Though /etc/skel/.bashrc file does not have this line.
    When I use the skeleton version of .bashrc, bash-completion doesn't work.
    Last edited by tanis (2007-09-20 16:34:47)

    http://bugs.archlinux.org/task/8060

Maybe you are looking for

  • Quicktime.mov not playing back from website

    iWeb 3.0.4 I downloaded three .MOV to my site. One is playing back ok, the other two are only displaying the QuickTime symbol. I did empty the browser cache, but to no avail. Did check with server and the .MOV files are in the html folder, but not pl

  • Disk Utility doesn't account for the total HDD capacity

    I tried installing Windows 8 and Ubuntu on my Mac. The Windows 8 worked, the Ubuntu did not. I decided to try again, and tried to erase and remove the partitions for Ubuntu and Windows (~200GB together). After erasing and removing the parititions, di

  • TS1702 my camera app wont work

    when i open the Apple camera app that comes on the phone, it just shows the gray lenses. if those go away, the whole screen just stays black and the app is completely unusable. Ive restarted the phone and quit the app and reopened it, but it wont wor

  • Can you print from this?

    Can you print off the ipad 2? If so is it universal with other printers or is there a specific type of printer?

  • Nested Domain Objects

    Hai friends? Am using hibernate3, I have two classes Promotion and Grade Class Grade { private long gradeId; private String gradeName; getters/setters????. Class Promotion { private long promotionId; private String promotionName; private Grade grade;